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": "cabcb213-94f8-45fc-8b97-141479ed0fdf",
"PriceBook": "9c720bed-8e68-4b95-bbfd-c94cb2fe62bf",
"Language": "9b5c71ae-6c12-420e-99c8-e1f5d8f67448",
"Date": "2026-04-08T04:50:21.2996769Z",
"FrontCover": "e8ba0eea-5cb3-44b8-9946-3d6bf9a150a3",
"BackCover": "75b1fba7-f8aa-4d05-91a2-1bad7e7dca84",
"Products": [
"138bf3a0-a491-473d-890f-f0b0011202c1",
"71c7dd10-89d3-4126-96dc-803ec4eec983"
],
"Parts": [
"1707ef2b-f69e-4d26-9c13-116a30108903",
"fb980d69-a284-4e5e-88d7-05720d31a976"
]
}
text/html
Sample:
{"Currency":"cabcb213-94f8-45fc-8b97-141479ed0fdf","PriceBook":"9c720bed-8e68-4b95-bbfd-c94cb2fe62bf","Language":"9b5c71ae-6c12-420e-99c8-e1f5d8f67448","Date":"2026-04-08T04:50:21.2996769Z","FrontCover":"e8ba0eea-5cb3-44b8-9946-3d6bf9a150a3","BackCover":"75b1fba7-f8aa-4d05-91a2-1bad7e7dca84","Products":["138bf3a0-a491-473d-890f-f0b0011202c1","71c7dd10-89d3-4126-96dc-803ec4eec983"],"Parts":["1707ef2b-f69e-4d26-9c13-116a30108903","fb980d69-a284-4e5e-88d7-05720d31a976"]}
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>75b1fba7-f8aa-4d05-91a2-1bad7e7dca84</BackCover>
<Currency>cabcb213-94f8-45fc-8b97-141479ed0fdf</Currency>
<Date>2026-04-08T04:50:21.2996769+00:00</Date>
<FrontCover>e8ba0eea-5cb3-44b8-9946-3d6bf9a150a3</FrontCover>
<Language>9b5c71ae-6c12-420e-99c8-e1f5d8f67448</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1707ef2b-f69e-4d26-9c13-116a30108903</d2p1:guid>
<d2p1:guid>fb980d69-a284-4e5e-88d7-05720d31a976</d2p1:guid>
</Parts>
<PriceBook>9c720bed-8e68-4b95-bbfd-c94cb2fe62bf</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>138bf3a0-a491-473d-890f-f0b0011202c1</d2p1:guid>
<d2p1:guid>71c7dd10-89d3-4126-96dc-803ec4eec983</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:
"c6dd42f3-d47e-4859-bf7b-7a6baabaf40f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c6dd42f3-d47e-4859-bf7b-7a6baabaf40f</guid>