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": "a8dd17fe-9436-4a65-bfa7-d7a2a4075d7e",
"PriceBook": "5e856756-9637-4b0c-a975-471e341c4abb",
"Language": "106659cb-d86f-4670-9255-1b185a27d3d6",
"Date": "2026-04-05T17:57:37.9960175Z",
"FrontCover": "d978d5b8-8719-497e-907b-6733c312ea79",
"BackCover": "2c0e0852-06e3-4643-9045-08ade2099b16",
"Products": [
"f4843c44-646f-4192-8014-fb407ffe6030",
"af86afd1-25be-4015-b5f4-feb1b50fa6e1"
],
"Parts": [
"4c1ba5b4-53a0-4b63-85f9-1082d5e6cb3e",
"add14e36-19b4-4306-8179-bdd6b6cf7055"
]
}
text/html
Sample:
{"Currency":"a8dd17fe-9436-4a65-bfa7-d7a2a4075d7e","PriceBook":"5e856756-9637-4b0c-a975-471e341c4abb","Language":"106659cb-d86f-4670-9255-1b185a27d3d6","Date":"2026-04-05T17:57:37.9960175Z","FrontCover":"d978d5b8-8719-497e-907b-6733c312ea79","BackCover":"2c0e0852-06e3-4643-9045-08ade2099b16","Products":["f4843c44-646f-4192-8014-fb407ffe6030","af86afd1-25be-4015-b5f4-feb1b50fa6e1"],"Parts":["4c1ba5b4-53a0-4b63-85f9-1082d5e6cb3e","add14e36-19b4-4306-8179-bdd6b6cf7055"]}
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>2c0e0852-06e3-4643-9045-08ade2099b16</BackCover>
<Currency>a8dd17fe-9436-4a65-bfa7-d7a2a4075d7e</Currency>
<Date>2026-04-05T17:57:37.9960175+00:00</Date>
<FrontCover>d978d5b8-8719-497e-907b-6733c312ea79</FrontCover>
<Language>106659cb-d86f-4670-9255-1b185a27d3d6</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4c1ba5b4-53a0-4b63-85f9-1082d5e6cb3e</d2p1:guid>
<d2p1:guid>add14e36-19b4-4306-8179-bdd6b6cf7055</d2p1:guid>
</Parts>
<PriceBook>5e856756-9637-4b0c-a975-471e341c4abb</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f4843c44-646f-4192-8014-fb407ffe6030</d2p1:guid>
<d2p1:guid>af86afd1-25be-4015-b5f4-feb1b50fa6e1</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:
"44945f6f-50a9-4f13-b49e-b2b3cb8d814d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">44945f6f-50a9-4f13-b49e-b2b3cb8d814d</guid>