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": "8639c2c6-c7d7-4de2-a09f-ca469d0cfee4",
"PriceBook": "4e492bbc-ba0f-4db7-80e8-42d32587cb3a",
"Language": "5141a1c7-4d45-4eaa-aba7-a4aba8bdfa5e",
"Date": "2026-07-08T10:55:00.0394039Z",
"FrontCover": "6fb4fcbd-524b-41f1-a693-229facac4a36",
"BackCover": "8d244f35-fc2f-4e8b-92c2-a66efc9c7a29",
"Products": [
"c2cde3c5-c46d-4ca5-b3ee-b6182db85f23",
"0a09266a-30d2-4690-a60e-2dddd564e338"
],
"Parts": [
"4bd23083-4471-4c0c-908b-461e6dfe37dc",
"e18fc777-919e-4a2f-b9c5-4fd8cdb0ebc9"
]
}
text/html
Sample:
{"Currency":"8639c2c6-c7d7-4de2-a09f-ca469d0cfee4","PriceBook":"4e492bbc-ba0f-4db7-80e8-42d32587cb3a","Language":"5141a1c7-4d45-4eaa-aba7-a4aba8bdfa5e","Date":"2026-07-08T10:55:00.0394039Z","FrontCover":"6fb4fcbd-524b-41f1-a693-229facac4a36","BackCover":"8d244f35-fc2f-4e8b-92c2-a66efc9c7a29","Products":["c2cde3c5-c46d-4ca5-b3ee-b6182db85f23","0a09266a-30d2-4690-a60e-2dddd564e338"],"Parts":["4bd23083-4471-4c0c-908b-461e6dfe37dc","e18fc777-919e-4a2f-b9c5-4fd8cdb0ebc9"]}
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>8d244f35-fc2f-4e8b-92c2-a66efc9c7a29</BackCover>
<Currency>8639c2c6-c7d7-4de2-a09f-ca469d0cfee4</Currency>
<Date>2026-07-08T10:55:00.0394039+00:00</Date>
<FrontCover>6fb4fcbd-524b-41f1-a693-229facac4a36</FrontCover>
<Language>5141a1c7-4d45-4eaa-aba7-a4aba8bdfa5e</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4bd23083-4471-4c0c-908b-461e6dfe37dc</d2p1:guid>
<d2p1:guid>e18fc777-919e-4a2f-b9c5-4fd8cdb0ebc9</d2p1:guid>
</Parts>
<PriceBook>4e492bbc-ba0f-4db7-80e8-42d32587cb3a</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c2cde3c5-c46d-4ca5-b3ee-b6182db85f23</d2p1:guid>
<d2p1:guid>0a09266a-30d2-4690-a60e-2dddd564e338</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:
"0a33764e-7e44-4031-b7b1-46952490c4c5"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0a33764e-7e44-4031-b7b1-46952490c4c5</guid>