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": "442c172d-cbf9-4dce-9013-fc659ea022a4",
"PriceBook": "5b87a185-2c22-4331-b13a-42cb79fe24bc",
"Language": "b1a8a8a3-f1c8-44ee-92fb-31d0d40f0d3e",
"Date": "2025-11-18T01:23:38.4817407Z",
"FrontCover": "e447ab57-e022-4103-92c9-e00d6b7efdb5",
"BackCover": "8a067759-5e09-4101-88e4-da1a096912e6",
"Products": [
"33da7c95-2b16-4cec-9620-2d2c107d603a",
"a3ae5d89-44a9-42ea-a728-6f8397d46430"
],
"Parts": [
"b463cf49-7f62-4e70-8ed4-1edf81837b7c",
"49b32549-cb91-46b6-bf68-e9908e82314d"
]
}
text/html
Sample:
{"Currency":"442c172d-cbf9-4dce-9013-fc659ea022a4","PriceBook":"5b87a185-2c22-4331-b13a-42cb79fe24bc","Language":"b1a8a8a3-f1c8-44ee-92fb-31d0d40f0d3e","Date":"2025-11-18T01:23:38.4817407Z","FrontCover":"e447ab57-e022-4103-92c9-e00d6b7efdb5","BackCover":"8a067759-5e09-4101-88e4-da1a096912e6","Products":["33da7c95-2b16-4cec-9620-2d2c107d603a","a3ae5d89-44a9-42ea-a728-6f8397d46430"],"Parts":["b463cf49-7f62-4e70-8ed4-1edf81837b7c","49b32549-cb91-46b6-bf68-e9908e82314d"]}
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>8a067759-5e09-4101-88e4-da1a096912e6</BackCover>
<Currency>442c172d-cbf9-4dce-9013-fc659ea022a4</Currency>
<Date>2025-11-18T01:23:38.4817407+00:00</Date>
<FrontCover>e447ab57-e022-4103-92c9-e00d6b7efdb5</FrontCover>
<Language>b1a8a8a3-f1c8-44ee-92fb-31d0d40f0d3e</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b463cf49-7f62-4e70-8ed4-1edf81837b7c</d2p1:guid>
<d2p1:guid>49b32549-cb91-46b6-bf68-e9908e82314d</d2p1:guid>
</Parts>
<PriceBook>5b87a185-2c22-4331-b13a-42cb79fe24bc</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>33da7c95-2b16-4cec-9620-2d2c107d603a</d2p1:guid>
<d2p1:guid>a3ae5d89-44a9-42ea-a728-6f8397d46430</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:
"b88aa6e6-ea7a-4fa6-96e1-dca9ef8edaa4"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b88aa6e6-ea7a-4fa6-96e1-dca9ef8edaa4</guid>