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": "c998dbe8-ae0d-4455-9396-49230fe52e25",
"PriceBook": "0f07cf6c-2dc3-42ab-b949-2931131ff542",
"Language": "efcc8ffc-17e9-436c-8675-66242189d35d",
"Date": "2026-04-04T05:46:34.2144718Z",
"FrontCover": "7d7ca30e-c850-4b61-820f-45172cd0ac24",
"BackCover": "8a61da2e-dc85-4718-956d-b3129e1bf0f3",
"Products": [
"8f21eddc-74a3-4ef6-bc98-6544443f0ae3",
"41040276-32b7-4c8a-9501-c792f9db2a2c"
],
"Parts": [
"b29460c4-791a-43e2-8a2a-a4e27d2cc893",
"121d9c61-5137-4a78-bea9-25e55a9f5749"
]
}
text/html
Sample:
{"Currency":"c998dbe8-ae0d-4455-9396-49230fe52e25","PriceBook":"0f07cf6c-2dc3-42ab-b949-2931131ff542","Language":"efcc8ffc-17e9-436c-8675-66242189d35d","Date":"2026-04-04T05:46:34.2144718Z","FrontCover":"7d7ca30e-c850-4b61-820f-45172cd0ac24","BackCover":"8a61da2e-dc85-4718-956d-b3129e1bf0f3","Products":["8f21eddc-74a3-4ef6-bc98-6544443f0ae3","41040276-32b7-4c8a-9501-c792f9db2a2c"],"Parts":["b29460c4-791a-43e2-8a2a-a4e27d2cc893","121d9c61-5137-4a78-bea9-25e55a9f5749"]}
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>8a61da2e-dc85-4718-956d-b3129e1bf0f3</BackCover>
<Currency>c998dbe8-ae0d-4455-9396-49230fe52e25</Currency>
<Date>2026-04-04T05:46:34.2144718+00:00</Date>
<FrontCover>7d7ca30e-c850-4b61-820f-45172cd0ac24</FrontCover>
<Language>efcc8ffc-17e9-436c-8675-66242189d35d</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b29460c4-791a-43e2-8a2a-a4e27d2cc893</d2p1:guid>
<d2p1:guid>121d9c61-5137-4a78-bea9-25e55a9f5749</d2p1:guid>
</Parts>
<PriceBook>0f07cf6c-2dc3-42ab-b949-2931131ff542</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8f21eddc-74a3-4ef6-bc98-6544443f0ae3</d2p1:guid>
<d2p1:guid>41040276-32b7-4c8a-9501-c792f9db2a2c</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:
"0b737e81-578a-4ba5-805e-5caa338aba52"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0b737e81-578a-4ba5-805e-5caa338aba52</guid>