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": "be6d3f45-b6e3-4b6e-b5fc-f6411a0c20db",
"PriceBook": "95df979b-0d45-4b90-839d-6346b87dd3d0",
"Language": "e37eb1d2-1d9f-496a-80fc-17eec02527d8",
"Date": "2026-08-17T07:08:40.8002829Z",
"FrontCover": "20b48e56-2d4a-4254-9535-8acc4dce1246",
"BackCover": "9ff6962c-6594-4c08-88bb-494d1ad89f77",
"Products": [
"9505746f-7678-4cfc-9d87-f2f36107a37d",
"86884f28-c0d6-4dca-8392-9d65d30cbb8d"
],
"Parts": [
"fa61a8d2-639c-4b9f-85e5-e2633d3062d8",
"2c374f65-7fcb-4df8-b401-72b0e617330d"
]
}
text/html
Sample:
{"Currency":"be6d3f45-b6e3-4b6e-b5fc-f6411a0c20db","PriceBook":"95df979b-0d45-4b90-839d-6346b87dd3d0","Language":"e37eb1d2-1d9f-496a-80fc-17eec02527d8","Date":"2026-08-17T07:08:40.8002829Z","FrontCover":"20b48e56-2d4a-4254-9535-8acc4dce1246","BackCover":"9ff6962c-6594-4c08-88bb-494d1ad89f77","Products":["9505746f-7678-4cfc-9d87-f2f36107a37d","86884f28-c0d6-4dca-8392-9d65d30cbb8d"],"Parts":["fa61a8d2-639c-4b9f-85e5-e2633d3062d8","2c374f65-7fcb-4df8-b401-72b0e617330d"]}
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>9ff6962c-6594-4c08-88bb-494d1ad89f77</BackCover>
<Currency>be6d3f45-b6e3-4b6e-b5fc-f6411a0c20db</Currency>
<Date>2026-08-17T07:08:40.8002829+00:00</Date>
<FrontCover>20b48e56-2d4a-4254-9535-8acc4dce1246</FrontCover>
<Language>e37eb1d2-1d9f-496a-80fc-17eec02527d8</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fa61a8d2-639c-4b9f-85e5-e2633d3062d8</d2p1:guid>
<d2p1:guid>2c374f65-7fcb-4df8-b401-72b0e617330d</d2p1:guid>
</Parts>
<PriceBook>95df979b-0d45-4b90-839d-6346b87dd3d0</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9505746f-7678-4cfc-9d87-f2f36107a37d</d2p1:guid>
<d2p1:guid>86884f28-c0d6-4dca-8392-9d65d30cbb8d</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:
"2ea98957-d5f8-44bb-bbd3-fe6effd7d2b9"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2ea98957-d5f8-44bb-bbd3-fe6effd7d2b9</guid>