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": "de60cc7b-d35a-4f19-8f76-3cd7b9eab012",
"PriceBook": "457452a9-e840-4ccf-8373-81e4c9547616",
"Language": "e4276426-8f56-4b98-bf9d-3b5ce51c4d76",
"Date": "2026-08-15T06:54:23.804802Z",
"FrontCover": "d244156e-1df8-4529-8055-2e7e9e5c2092",
"BackCover": "5fcda04e-3d59-451e-bb74-3d48b36d0377",
"Products": [
"fba3105c-02b6-4cd8-b39e-070dda8441a1",
"4870eebe-6fdf-4ed2-8f0f-1e1308be3ec4"
],
"Parts": [
"5e69b5ab-2238-4ff3-96a7-43a5bfd7fa9b",
"4bfcb9fe-da40-414b-8330-b1b1b54c6c40"
]
}
text/html
Sample:
{"Currency":"de60cc7b-d35a-4f19-8f76-3cd7b9eab012","PriceBook":"457452a9-e840-4ccf-8373-81e4c9547616","Language":"e4276426-8f56-4b98-bf9d-3b5ce51c4d76","Date":"2026-08-15T06:54:23.804802Z","FrontCover":"d244156e-1df8-4529-8055-2e7e9e5c2092","BackCover":"5fcda04e-3d59-451e-bb74-3d48b36d0377","Products":["fba3105c-02b6-4cd8-b39e-070dda8441a1","4870eebe-6fdf-4ed2-8f0f-1e1308be3ec4"],"Parts":["5e69b5ab-2238-4ff3-96a7-43a5bfd7fa9b","4bfcb9fe-da40-414b-8330-b1b1b54c6c40"]}
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>5fcda04e-3d59-451e-bb74-3d48b36d0377</BackCover>
<Currency>de60cc7b-d35a-4f19-8f76-3cd7b9eab012</Currency>
<Date>2026-08-15T06:54:23.804802+00:00</Date>
<FrontCover>d244156e-1df8-4529-8055-2e7e9e5c2092</FrontCover>
<Language>e4276426-8f56-4b98-bf9d-3b5ce51c4d76</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5e69b5ab-2238-4ff3-96a7-43a5bfd7fa9b</d2p1:guid>
<d2p1:guid>4bfcb9fe-da40-414b-8330-b1b1b54c6c40</d2p1:guid>
</Parts>
<PriceBook>457452a9-e840-4ccf-8373-81e4c9547616</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fba3105c-02b6-4cd8-b39e-070dda8441a1</d2p1:guid>
<d2p1:guid>4870eebe-6fdf-4ed2-8f0f-1e1308be3ec4</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:
"2aff37b5-a348-4faf-82ba-bc7804b12720"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2aff37b5-a348-4faf-82ba-bc7804b12720</guid>