POST pricebook/merge
Merges a price book.
Request Information
URI
https://ofd-api.blueprintcpq.net/pricebook/merge
URI Parameters
None.
Body Parameters
Price Book options.
PriceBookMergeOptions| Name | Description | Type | Additional information |
|---|---|---|---|
| Currency | globally unique identifier |
None. |
|
| PriceBook | globally unique identifier |
None. |
|
| Language | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| FrontCover | globally unique identifier |
None. |
|
| BackCover | globally unique identifier |
None. |
|
| Products | Collection of globally unique identifier |
None. |
|
| Parts | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Currency": "92e419fc-fcbb-4907-b15c-930fe2468ed9",
"PriceBook": "e2be2c9f-43b5-4548-b18f-19532a7aae8f",
"Language": "f4932f1f-f942-45fb-93b3-285c2bc16404",
"Date": "2025-11-22T05:13:06.5533793Z",
"FrontCover": "6766ab23-fbb2-49ae-b716-f270c285d24c",
"BackCover": "dbcacefd-cd19-4b99-b86c-3843ba3a7d34",
"Products": [
"8361cc52-ea16-4b5a-982c-0374120e3d87",
"b4221407-d126-478c-b896-964a5179ad3b"
],
"Parts": [
"c8a7bee4-7c21-4b2e-8ac7-f570c473275d",
"4ad75903-054f-4946-9c8f-5541765cc34c"
]
}
text/html
Sample:
{"Currency":"92e419fc-fcbb-4907-b15c-930fe2468ed9","PriceBook":"e2be2c9f-43b5-4548-b18f-19532a7aae8f","Language":"f4932f1f-f942-45fb-93b3-285c2bc16404","Date":"2025-11-22T05:13:06.5533793Z","FrontCover":"6766ab23-fbb2-49ae-b716-f270c285d24c","BackCover":"dbcacefd-cd19-4b99-b86c-3843ba3a7d34","Products":["8361cc52-ea16-4b5a-982c-0374120e3d87","b4221407-d126-478c-b896-964a5179ad3b"],"Parts":["c8a7bee4-7c21-4b2e-8ac7-f570c473275d","4ad75903-054f-4946-9c8f-5541765cc34c"]}
application/xml, text/xml
Sample:
<PriceBookMergeOptions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.ConfigurationModels">
<BackCover>dbcacefd-cd19-4b99-b86c-3843ba3a7d34</BackCover>
<Currency>92e419fc-fcbb-4907-b15c-930fe2468ed9</Currency>
<Date>2025-11-22T05:13:06.5533793+00:00</Date>
<FrontCover>6766ab23-fbb2-49ae-b716-f270c285d24c</FrontCover>
<Language>f4932f1f-f942-45fb-93b3-285c2bc16404</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c8a7bee4-7c21-4b2e-8ac7-f570c473275d</d2p1:guid>
<d2p1:guid>4ad75903-054f-4946-9c8f-5541765cc34c</d2p1:guid>
</Parts>
<PriceBook>e2be2c9f-43b5-4548-b18f-19532a7aae8f</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8361cc52-ea16-4b5a-982c-0374120e3d87</d2p1:guid>
<d2p1:guid>b4221407-d126-478c-b896-964a5179ad3b</d2p1:guid>
</Products>
</PriceBookMergeOptions>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Merge identifier.
globally unique identifierResponse Formats
application/json, text/json, text/html
Sample:
"0acf8ae5-d50c-44b8-9715-5713c9cf28c8"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0acf8ae5-d50c-44b8-9715-5713c9cf28c8</guid>