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": "a3a6e51a-7392-4c47-adee-dbdf1512db1b",
"PriceBook": "0c6b4380-d506-45ec-b717-ad18deced0b0",
"Language": "f501d4c5-bd9a-43e9-83f8-2b85be2c8a50",
"Date": "2026-06-01T17:47:10.1363129Z",
"FrontCover": "1a4c63a7-93c3-4968-8229-2c441b6e8c0d",
"BackCover": "00ea2b2f-f4a4-40d1-bdb7-13a7bf91a0f4",
"Products": [
"347461e6-b392-4f05-953c-c47c5dd1765d",
"58a4c13b-fe34-4f53-9ba3-3c776976510b"
],
"Parts": [
"558944a3-bdaa-46fe-8839-dd26a162182b",
"fd9e60c6-cd49-46c3-8688-8a52a1e78cef"
]
}
text/html
Sample:
{"Currency":"a3a6e51a-7392-4c47-adee-dbdf1512db1b","PriceBook":"0c6b4380-d506-45ec-b717-ad18deced0b0","Language":"f501d4c5-bd9a-43e9-83f8-2b85be2c8a50","Date":"2026-06-01T17:47:10.1363129Z","FrontCover":"1a4c63a7-93c3-4968-8229-2c441b6e8c0d","BackCover":"00ea2b2f-f4a4-40d1-bdb7-13a7bf91a0f4","Products":["347461e6-b392-4f05-953c-c47c5dd1765d","58a4c13b-fe34-4f53-9ba3-3c776976510b"],"Parts":["558944a3-bdaa-46fe-8839-dd26a162182b","fd9e60c6-cd49-46c3-8688-8a52a1e78cef"]}
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>00ea2b2f-f4a4-40d1-bdb7-13a7bf91a0f4</BackCover>
<Currency>a3a6e51a-7392-4c47-adee-dbdf1512db1b</Currency>
<Date>2026-06-01T17:47:10.1363129+00:00</Date>
<FrontCover>1a4c63a7-93c3-4968-8229-2c441b6e8c0d</FrontCover>
<Language>f501d4c5-bd9a-43e9-83f8-2b85be2c8a50</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>558944a3-bdaa-46fe-8839-dd26a162182b</d2p1:guid>
<d2p1:guid>fd9e60c6-cd49-46c3-8688-8a52a1e78cef</d2p1:guid>
</Parts>
<PriceBook>0c6b4380-d506-45ec-b717-ad18deced0b0</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>347461e6-b392-4f05-953c-c47c5dd1765d</d2p1:guid>
<d2p1:guid>58a4c13b-fe34-4f53-9ba3-3c776976510b</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:
"a71c4f8c-3f13-4b5e-95a3-f599b5a61c6f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a71c4f8c-3f13-4b5e-95a3-f599b5a61c6f</guid>