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": "b72a20eb-f5f8-4a92-9196-9a5164bd0b6f",
"PriceBook": "484f470e-d3b4-44ee-b143-9b1bce15aa3a",
"Language": "194c8638-711d-4324-81e8-edefb9ec1ce8",
"Date": "2026-05-02T20:54:44.0768448Z",
"FrontCover": "73b408d7-f4f8-480f-a020-aa732b001fed",
"BackCover": "caf11483-4bca-4717-a9b6-09691a72fc80",
"Products": [
"97ee7879-8f24-44ad-a64c-912ee54f3474",
"76864ddd-6c47-4d2d-9e39-c7ca8c460f94"
],
"Parts": [
"19eed860-9b9a-4ab7-ad5d-fa8520a76361",
"631e194b-9197-4f2e-95a6-aab0234f2646"
]
}
text/html
Sample:
{"Currency":"b72a20eb-f5f8-4a92-9196-9a5164bd0b6f","PriceBook":"484f470e-d3b4-44ee-b143-9b1bce15aa3a","Language":"194c8638-711d-4324-81e8-edefb9ec1ce8","Date":"2026-05-02T20:54:44.0768448Z","FrontCover":"73b408d7-f4f8-480f-a020-aa732b001fed","BackCover":"caf11483-4bca-4717-a9b6-09691a72fc80","Products":["97ee7879-8f24-44ad-a64c-912ee54f3474","76864ddd-6c47-4d2d-9e39-c7ca8c460f94"],"Parts":["19eed860-9b9a-4ab7-ad5d-fa8520a76361","631e194b-9197-4f2e-95a6-aab0234f2646"]}
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>caf11483-4bca-4717-a9b6-09691a72fc80</BackCover>
<Currency>b72a20eb-f5f8-4a92-9196-9a5164bd0b6f</Currency>
<Date>2026-05-02T20:54:44.0768448+00:00</Date>
<FrontCover>73b408d7-f4f8-480f-a020-aa732b001fed</FrontCover>
<Language>194c8638-711d-4324-81e8-edefb9ec1ce8</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>19eed860-9b9a-4ab7-ad5d-fa8520a76361</d2p1:guid>
<d2p1:guid>631e194b-9197-4f2e-95a6-aab0234f2646</d2p1:guid>
</Parts>
<PriceBook>484f470e-d3b4-44ee-b143-9b1bce15aa3a</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>97ee7879-8f24-44ad-a64c-912ee54f3474</d2p1:guid>
<d2p1:guid>76864ddd-6c47-4d2d-9e39-c7ca8c460f94</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:
"2fa4b0cd-1876-45bf-bdcb-1549efe39267"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2fa4b0cd-1876-45bf-bdcb-1549efe39267</guid>