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": "a8dc0004-ff29-47e8-8fa5-af26ea001bcf",
"PriceBook": "b9c32583-6d46-4c34-90f3-488545a686e0",
"Language": "d88899df-4b46-4381-9ecd-f0442e5fbe82",
"Date": "2026-08-10T00:51:40.4436604Z",
"FrontCover": "462a7801-3f8d-42f7-b196-586e2a4baa9c",
"BackCover": "d8c40cf1-6882-448d-911b-bf09b83eb241",
"Products": [
"f93687e6-c4b2-48ac-87b5-633e5ae8cd72",
"32407a2a-627c-46e1-b7c9-742db916d3a8"
],
"Parts": [
"af7dcc13-b382-4e83-b2f4-c927c7541d81",
"00f0cf9c-a3ba-4a7f-8d14-3f6e2f8e2669"
]
}
text/html
Sample:
{"Currency":"a8dc0004-ff29-47e8-8fa5-af26ea001bcf","PriceBook":"b9c32583-6d46-4c34-90f3-488545a686e0","Language":"d88899df-4b46-4381-9ecd-f0442e5fbe82","Date":"2026-08-10T00:51:40.4436604Z","FrontCover":"462a7801-3f8d-42f7-b196-586e2a4baa9c","BackCover":"d8c40cf1-6882-448d-911b-bf09b83eb241","Products":["f93687e6-c4b2-48ac-87b5-633e5ae8cd72","32407a2a-627c-46e1-b7c9-742db916d3a8"],"Parts":["af7dcc13-b382-4e83-b2f4-c927c7541d81","00f0cf9c-a3ba-4a7f-8d14-3f6e2f8e2669"]}
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>d8c40cf1-6882-448d-911b-bf09b83eb241</BackCover>
<Currency>a8dc0004-ff29-47e8-8fa5-af26ea001bcf</Currency>
<Date>2026-08-10T00:51:40.4436604+00:00</Date>
<FrontCover>462a7801-3f8d-42f7-b196-586e2a4baa9c</FrontCover>
<Language>d88899df-4b46-4381-9ecd-f0442e5fbe82</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>af7dcc13-b382-4e83-b2f4-c927c7541d81</d2p1:guid>
<d2p1:guid>00f0cf9c-a3ba-4a7f-8d14-3f6e2f8e2669</d2p1:guid>
</Parts>
<PriceBook>b9c32583-6d46-4c34-90f3-488545a686e0</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f93687e6-c4b2-48ac-87b5-633e5ae8cd72</d2p1:guid>
<d2p1:guid>32407a2a-627c-46e1-b7c9-742db916d3a8</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:
"cee060b3-b90d-40a3-b77f-44860ef22633"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">cee060b3-b90d-40a3-b77f-44860ef22633</guid>