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": "a19c4dc8-d1e7-4fc2-88df-58e630415d01",
"PriceBook": "75648f33-4717-49a8-b583-37a0277730cf",
"Language": "9d20b4cd-d617-4bfb-b461-7c70b8489cd1",
"Date": "2026-04-10T13:10:57.4850014Z",
"FrontCover": "33eff0cc-5845-4c91-8edc-0e4e0f829ace",
"BackCover": "51394a39-09cf-4364-8191-8fbb4448d49a",
"Products": [
"c5cc75dd-c93d-4f68-a2ba-4f20b56dad41",
"cbb24bec-c89b-4185-a2e7-a3287859fd0c"
],
"Parts": [
"f9bb14da-5de7-4ab2-8d7b-108d27269034",
"97b9b6d9-c238-4c67-8c8a-bcb022e210bb"
]
}
text/html
Sample:
{"Currency":"a19c4dc8-d1e7-4fc2-88df-58e630415d01","PriceBook":"75648f33-4717-49a8-b583-37a0277730cf","Language":"9d20b4cd-d617-4bfb-b461-7c70b8489cd1","Date":"2026-04-10T13:10:57.4850014Z","FrontCover":"33eff0cc-5845-4c91-8edc-0e4e0f829ace","BackCover":"51394a39-09cf-4364-8191-8fbb4448d49a","Products":["c5cc75dd-c93d-4f68-a2ba-4f20b56dad41","cbb24bec-c89b-4185-a2e7-a3287859fd0c"],"Parts":["f9bb14da-5de7-4ab2-8d7b-108d27269034","97b9b6d9-c238-4c67-8c8a-bcb022e210bb"]}
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>51394a39-09cf-4364-8191-8fbb4448d49a</BackCover>
<Currency>a19c4dc8-d1e7-4fc2-88df-58e630415d01</Currency>
<Date>2026-04-10T13:10:57.4850014+00:00</Date>
<FrontCover>33eff0cc-5845-4c91-8edc-0e4e0f829ace</FrontCover>
<Language>9d20b4cd-d617-4bfb-b461-7c70b8489cd1</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f9bb14da-5de7-4ab2-8d7b-108d27269034</d2p1:guid>
<d2p1:guid>97b9b6d9-c238-4c67-8c8a-bcb022e210bb</d2p1:guid>
</Parts>
<PriceBook>75648f33-4717-49a8-b583-37a0277730cf</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c5cc75dd-c93d-4f68-a2ba-4f20b56dad41</d2p1:guid>
<d2p1:guid>cbb24bec-c89b-4185-a2e7-a3287859fd0c</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:
"4d5201b9-9186-4aa5-b5f2-d63f03ac5bc0"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4d5201b9-9186-4aa5-b5f2-d63f03ac5bc0</guid>