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": "4ea55ed8-ae6c-4785-9d93-bc083e556b37",
"PriceBook": "e9394b1f-1398-4aab-ac5e-882a8b2118bc",
"Language": "2d94c03d-9ddd-49c8-a821-76de9becf96b",
"Date": "2026-08-30T18:13:35.9580707Z",
"FrontCover": "2e1b31b0-0b3d-4742-9e87-85e5bfe3b9b1",
"BackCover": "0adaa108-3e47-42f8-b6c4-31879c47b536",
"Products": [
"ff9f1189-00b1-4b8b-a965-595dcfafdc98",
"721e803f-7765-4a41-b589-bd25d7e93dae"
],
"Parts": [
"bf6679c1-66fb-4562-b6e4-e6462f13bf38",
"f3d447d2-bd03-41e9-977a-f0c3de430ab7"
]
}
text/html
Sample:
{"Currency":"4ea55ed8-ae6c-4785-9d93-bc083e556b37","PriceBook":"e9394b1f-1398-4aab-ac5e-882a8b2118bc","Language":"2d94c03d-9ddd-49c8-a821-76de9becf96b","Date":"2026-08-30T18:13:35.9580707Z","FrontCover":"2e1b31b0-0b3d-4742-9e87-85e5bfe3b9b1","BackCover":"0adaa108-3e47-42f8-b6c4-31879c47b536","Products":["ff9f1189-00b1-4b8b-a965-595dcfafdc98","721e803f-7765-4a41-b589-bd25d7e93dae"],"Parts":["bf6679c1-66fb-4562-b6e4-e6462f13bf38","f3d447d2-bd03-41e9-977a-f0c3de430ab7"]}
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>0adaa108-3e47-42f8-b6c4-31879c47b536</BackCover>
<Currency>4ea55ed8-ae6c-4785-9d93-bc083e556b37</Currency>
<Date>2026-08-30T18:13:35.9580707+00:00</Date>
<FrontCover>2e1b31b0-0b3d-4742-9e87-85e5bfe3b9b1</FrontCover>
<Language>2d94c03d-9ddd-49c8-a821-76de9becf96b</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bf6679c1-66fb-4562-b6e4-e6462f13bf38</d2p1:guid>
<d2p1:guid>f3d447d2-bd03-41e9-977a-f0c3de430ab7</d2p1:guid>
</Parts>
<PriceBook>e9394b1f-1398-4aab-ac5e-882a8b2118bc</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ff9f1189-00b1-4b8b-a965-595dcfafdc98</d2p1:guid>
<d2p1:guid>721e803f-7765-4a41-b589-bd25d7e93dae</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:
"deee889d-53fc-46dd-86b0-929303922a12"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">deee889d-53fc-46dd-86b0-929303922a12</guid>