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": "31c4fa32-5cc4-4d0d-ab58-b216da5f1336",
"PriceBook": "cde87a77-f784-4345-a71d-0f8d38b75663",
"Language": "72d0c57d-ce1b-41a7-9534-d1321398738a",
"Date": "2026-08-24T12:10:08.0874976Z",
"FrontCover": "fbfcffe3-60b3-40b1-98c2-1867ada2bb0a",
"BackCover": "79959704-3376-4c15-9e45-587907e1bbc2",
"Products": [
"c721ec54-5059-4d6b-8a4c-312d9f5a64f2",
"54956e99-a602-4c72-8aad-1ecd527c6785"
],
"Parts": [
"088b140c-cfca-42f0-a4d4-2474316051ea",
"7d31997c-ef52-4030-95cc-7b5249fa80d3"
]
}
text/html
Sample:
{"Currency":"31c4fa32-5cc4-4d0d-ab58-b216da5f1336","PriceBook":"cde87a77-f784-4345-a71d-0f8d38b75663","Language":"72d0c57d-ce1b-41a7-9534-d1321398738a","Date":"2026-08-24T12:10:08.0874976Z","FrontCover":"fbfcffe3-60b3-40b1-98c2-1867ada2bb0a","BackCover":"79959704-3376-4c15-9e45-587907e1bbc2","Products":["c721ec54-5059-4d6b-8a4c-312d9f5a64f2","54956e99-a602-4c72-8aad-1ecd527c6785"],"Parts":["088b140c-cfca-42f0-a4d4-2474316051ea","7d31997c-ef52-4030-95cc-7b5249fa80d3"]}
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>79959704-3376-4c15-9e45-587907e1bbc2</BackCover>
<Currency>31c4fa32-5cc4-4d0d-ab58-b216da5f1336</Currency>
<Date>2026-08-24T12:10:08.0874976+00:00</Date>
<FrontCover>fbfcffe3-60b3-40b1-98c2-1867ada2bb0a</FrontCover>
<Language>72d0c57d-ce1b-41a7-9534-d1321398738a</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>088b140c-cfca-42f0-a4d4-2474316051ea</d2p1:guid>
<d2p1:guid>7d31997c-ef52-4030-95cc-7b5249fa80d3</d2p1:guid>
</Parts>
<PriceBook>cde87a77-f784-4345-a71d-0f8d38b75663</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c721ec54-5059-4d6b-8a4c-312d9f5a64f2</d2p1:guid>
<d2p1:guid>54956e99-a602-4c72-8aad-1ecd527c6785</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:
"aac52c49-5073-4b74-8b3a-a389f7cbdd7e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">aac52c49-5073-4b74-8b3a-a389f7cbdd7e</guid>