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": "06dbb4a2-f332-43df-9036-7407f56b346b",
"PriceBook": "62bfe7f5-9e35-4e66-a8df-f16c8c28a815",
"Language": "ca8f22e1-1275-44c2-a09c-c8cc6c420b74",
"Date": "2026-08-11T01:39:23.5716338Z",
"FrontCover": "b8b0cba7-32af-431c-899d-9dd5e015dbed",
"BackCover": "e6aee964-2f8f-4c30-943e-34f1215504d3",
"Products": [
"54fc8d2f-f9f6-41a1-9ece-a4a89cdd576f",
"be7fa284-c5f9-4311-baad-a518ce85f721"
],
"Parts": [
"a472c2bd-9f4d-4d77-af23-d25d4b56758b",
"3b80b8e2-6a79-408c-9f9a-30b5be815361"
]
}
text/html
Sample:
{"Currency":"06dbb4a2-f332-43df-9036-7407f56b346b","PriceBook":"62bfe7f5-9e35-4e66-a8df-f16c8c28a815","Language":"ca8f22e1-1275-44c2-a09c-c8cc6c420b74","Date":"2026-08-11T01:39:23.5716338Z","FrontCover":"b8b0cba7-32af-431c-899d-9dd5e015dbed","BackCover":"e6aee964-2f8f-4c30-943e-34f1215504d3","Products":["54fc8d2f-f9f6-41a1-9ece-a4a89cdd576f","be7fa284-c5f9-4311-baad-a518ce85f721"],"Parts":["a472c2bd-9f4d-4d77-af23-d25d4b56758b","3b80b8e2-6a79-408c-9f9a-30b5be815361"]}
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>e6aee964-2f8f-4c30-943e-34f1215504d3</BackCover>
<Currency>06dbb4a2-f332-43df-9036-7407f56b346b</Currency>
<Date>2026-08-11T01:39:23.5716338+00:00</Date>
<FrontCover>b8b0cba7-32af-431c-899d-9dd5e015dbed</FrontCover>
<Language>ca8f22e1-1275-44c2-a09c-c8cc6c420b74</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a472c2bd-9f4d-4d77-af23-d25d4b56758b</d2p1:guid>
<d2p1:guid>3b80b8e2-6a79-408c-9f9a-30b5be815361</d2p1:guid>
</Parts>
<PriceBook>62bfe7f5-9e35-4e66-a8df-f16c8c28a815</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>54fc8d2f-f9f6-41a1-9ece-a4a89cdd576f</d2p1:guid>
<d2p1:guid>be7fa284-c5f9-4311-baad-a518ce85f721</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:
"a1311e10-57e7-4c42-ba1d-e19527b89127"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a1311e10-57e7-4c42-ba1d-e19527b89127</guid>