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": "d161d60d-4a0f-4370-bd82-52d2f42abba5",
"PriceBook": "51d30420-8c3f-4684-8d6b-39f08e26bd61",
"Language": "2eb49c79-dcec-4a79-b559-ae35ccb576f7",
"Date": "2026-08-07T00:13:04.6077625Z",
"FrontCover": "e0f65d35-1095-42a7-a040-d386519cf439",
"BackCover": "796c3e10-ccaa-4e25-ba36-686d47c401cd",
"Products": [
"9499f1a8-614f-4c62-bbad-d48669376c68",
"e6e68fa9-e5f7-4391-9a6b-0ac85d281ae6"
],
"Parts": [
"1c03acb8-de91-415c-8a70-ebc9cc938edd",
"169d4dac-453c-4ef4-b8af-be1d3dfb61b2"
]
}
text/html
Sample:
{"Currency":"d161d60d-4a0f-4370-bd82-52d2f42abba5","PriceBook":"51d30420-8c3f-4684-8d6b-39f08e26bd61","Language":"2eb49c79-dcec-4a79-b559-ae35ccb576f7","Date":"2026-08-07T00:13:04.6077625Z","FrontCover":"e0f65d35-1095-42a7-a040-d386519cf439","BackCover":"796c3e10-ccaa-4e25-ba36-686d47c401cd","Products":["9499f1a8-614f-4c62-bbad-d48669376c68","e6e68fa9-e5f7-4391-9a6b-0ac85d281ae6"],"Parts":["1c03acb8-de91-415c-8a70-ebc9cc938edd","169d4dac-453c-4ef4-b8af-be1d3dfb61b2"]}
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>796c3e10-ccaa-4e25-ba36-686d47c401cd</BackCover>
<Currency>d161d60d-4a0f-4370-bd82-52d2f42abba5</Currency>
<Date>2026-08-07T00:13:04.6077625+00:00</Date>
<FrontCover>e0f65d35-1095-42a7-a040-d386519cf439</FrontCover>
<Language>2eb49c79-dcec-4a79-b559-ae35ccb576f7</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1c03acb8-de91-415c-8a70-ebc9cc938edd</d2p1:guid>
<d2p1:guid>169d4dac-453c-4ef4-b8af-be1d3dfb61b2</d2p1:guid>
</Parts>
<PriceBook>51d30420-8c3f-4684-8d6b-39f08e26bd61</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9499f1a8-614f-4c62-bbad-d48669376c68</d2p1:guid>
<d2p1:guid>e6e68fa9-e5f7-4391-9a6b-0ac85d281ae6</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:
"6a091f79-0221-4e67-ac00-d4e1ceb57f75"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6a091f79-0221-4e67-ac00-d4e1ceb57f75</guid>