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": "a71c6739-682c-4777-b7ee-3d8543f2a05b",
"PriceBook": "0c0b18af-b2c4-4c63-9d4c-1f7d2125865b",
"Language": "b21468fa-35ce-494f-b2c9-767949e4c36c",
"Date": "2026-02-25T12:11:24.634656Z",
"FrontCover": "21b940b9-4383-4281-977d-c153a22294fa",
"BackCover": "4cd93cf3-21e2-43d8-b560-88c8f5de90a7",
"Products": [
"d0ce7084-5072-4e27-b293-0205d951146f",
"a4f8399c-cce5-4ea9-afd6-a1bd1e3577e0"
],
"Parts": [
"34b0c156-0026-4cc4-a898-f4c1b8056c11",
"23d84da6-12f7-48e0-93f8-1c56f0bb9095"
]
}
text/html
Sample:
{"Currency":"a71c6739-682c-4777-b7ee-3d8543f2a05b","PriceBook":"0c0b18af-b2c4-4c63-9d4c-1f7d2125865b","Language":"b21468fa-35ce-494f-b2c9-767949e4c36c","Date":"2026-02-25T12:11:24.634656Z","FrontCover":"21b940b9-4383-4281-977d-c153a22294fa","BackCover":"4cd93cf3-21e2-43d8-b560-88c8f5de90a7","Products":["d0ce7084-5072-4e27-b293-0205d951146f","a4f8399c-cce5-4ea9-afd6-a1bd1e3577e0"],"Parts":["34b0c156-0026-4cc4-a898-f4c1b8056c11","23d84da6-12f7-48e0-93f8-1c56f0bb9095"]}
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>4cd93cf3-21e2-43d8-b560-88c8f5de90a7</BackCover>
<Currency>a71c6739-682c-4777-b7ee-3d8543f2a05b</Currency>
<Date>2026-02-25T12:11:24.634656+00:00</Date>
<FrontCover>21b940b9-4383-4281-977d-c153a22294fa</FrontCover>
<Language>b21468fa-35ce-494f-b2c9-767949e4c36c</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>34b0c156-0026-4cc4-a898-f4c1b8056c11</d2p1:guid>
<d2p1:guid>23d84da6-12f7-48e0-93f8-1c56f0bb9095</d2p1:guid>
</Parts>
<PriceBook>0c0b18af-b2c4-4c63-9d4c-1f7d2125865b</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d0ce7084-5072-4e27-b293-0205d951146f</d2p1:guid>
<d2p1:guid>a4f8399c-cce5-4ea9-afd6-a1bd1e3577e0</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:
"b36c29b7-c2ff-4eb3-8a3a-061924a77250"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b36c29b7-c2ff-4eb3-8a3a-061924a77250</guid>