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": "c514f1f0-a7ec-46c1-87df-6ffaac028997",
"PriceBook": "1b8b442e-f2c5-4e37-ba8b-e660b8321e4c",
"Language": "72671b6c-992a-476c-a4d0-a233eadf34a2",
"Date": "2026-09-22T06:45:05.7431303Z",
"FrontCover": "5c7f1893-6c42-42f5-966d-eaa1a98a47c6",
"BackCover": "46b7e499-354c-416b-b120-525a28d8c0b2",
"Products": [
"c0bc993f-bdc4-4848-9d52-faf27fb5bcda",
"112e66ed-8f1b-4129-8969-3377f8d8af33"
],
"Parts": [
"d668a195-88ed-4b22-8a9c-7967b654f9c8",
"5fe2a4c0-b751-4007-bb81-60c76fb247c6"
]
}
text/html
Sample:
{"Currency":"c514f1f0-a7ec-46c1-87df-6ffaac028997","PriceBook":"1b8b442e-f2c5-4e37-ba8b-e660b8321e4c","Language":"72671b6c-992a-476c-a4d0-a233eadf34a2","Date":"2026-09-22T06:45:05.7431303Z","FrontCover":"5c7f1893-6c42-42f5-966d-eaa1a98a47c6","BackCover":"46b7e499-354c-416b-b120-525a28d8c0b2","Products":["c0bc993f-bdc4-4848-9d52-faf27fb5bcda","112e66ed-8f1b-4129-8969-3377f8d8af33"],"Parts":["d668a195-88ed-4b22-8a9c-7967b654f9c8","5fe2a4c0-b751-4007-bb81-60c76fb247c6"]}
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>46b7e499-354c-416b-b120-525a28d8c0b2</BackCover>
<Currency>c514f1f0-a7ec-46c1-87df-6ffaac028997</Currency>
<Date>2026-09-22T06:45:05.7431303+00:00</Date>
<FrontCover>5c7f1893-6c42-42f5-966d-eaa1a98a47c6</FrontCover>
<Language>72671b6c-992a-476c-a4d0-a233eadf34a2</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d668a195-88ed-4b22-8a9c-7967b654f9c8</d2p1:guid>
<d2p1:guid>5fe2a4c0-b751-4007-bb81-60c76fb247c6</d2p1:guid>
</Parts>
<PriceBook>1b8b442e-f2c5-4e37-ba8b-e660b8321e4c</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c0bc993f-bdc4-4848-9d52-faf27fb5bcda</d2p1:guid>
<d2p1:guid>112e66ed-8f1b-4129-8969-3377f8d8af33</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:
"f1cf8154-391e-4c00-be24-cb39aa1697f5"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f1cf8154-391e-4c00-be24-cb39aa1697f5</guid>