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": "fccf3807-0482-4781-bc9d-7222238e70ff",
"PriceBook": "40399f4b-1ce9-4ca3-b44d-439909ed4391",
"Language": "3b44d4cc-4160-4ea5-a437-8c5933e72199",
"Date": "2026-05-19T00:34:32.4218531Z",
"FrontCover": "8e48b973-6066-4aa5-bbc7-c6d445de5c75",
"BackCover": "e08a5b1e-66c1-453f-8819-7d279963e309",
"Products": [
"0e86a0c8-b87e-44e9-a8e1-1783d578d244",
"23002030-64a0-484d-9159-7cd0d4122487"
],
"Parts": [
"802ad4fb-a960-46d9-8ef2-e13fc2eb139c",
"761b453d-54fd-4d84-842d-de1333a37042"
]
}
text/html
Sample:
{"Currency":"fccf3807-0482-4781-bc9d-7222238e70ff","PriceBook":"40399f4b-1ce9-4ca3-b44d-439909ed4391","Language":"3b44d4cc-4160-4ea5-a437-8c5933e72199","Date":"2026-05-19T00:34:32.4218531Z","FrontCover":"8e48b973-6066-4aa5-bbc7-c6d445de5c75","BackCover":"e08a5b1e-66c1-453f-8819-7d279963e309","Products":["0e86a0c8-b87e-44e9-a8e1-1783d578d244","23002030-64a0-484d-9159-7cd0d4122487"],"Parts":["802ad4fb-a960-46d9-8ef2-e13fc2eb139c","761b453d-54fd-4d84-842d-de1333a37042"]}
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>e08a5b1e-66c1-453f-8819-7d279963e309</BackCover>
<Currency>fccf3807-0482-4781-bc9d-7222238e70ff</Currency>
<Date>2026-05-19T00:34:32.4218531+00:00</Date>
<FrontCover>8e48b973-6066-4aa5-bbc7-c6d445de5c75</FrontCover>
<Language>3b44d4cc-4160-4ea5-a437-8c5933e72199</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>802ad4fb-a960-46d9-8ef2-e13fc2eb139c</d2p1:guid>
<d2p1:guid>761b453d-54fd-4d84-842d-de1333a37042</d2p1:guid>
</Parts>
<PriceBook>40399f4b-1ce9-4ca3-b44d-439909ed4391</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0e86a0c8-b87e-44e9-a8e1-1783d578d244</d2p1:guid>
<d2p1:guid>23002030-64a0-484d-9159-7cd0d4122487</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:
"32551904-6545-4295-88c5-9efed2f6d87c"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">32551904-6545-4295-88c5-9efed2f6d87c</guid>