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": "bcf73e7b-360f-4014-a280-bf89fc57a6c6",
"PriceBook": "7c162828-d151-48a2-be5a-29f85bf32995",
"Language": "4a917bcc-7ef9-4515-9f34-667f2013d4d5",
"Date": "2026-09-15T04:45:48.1927539Z",
"FrontCover": "8ad0af4d-4dde-42b5-bc91-18c7eb9baf14",
"BackCover": "ee5701ee-e509-4967-a426-2f8ad8a156a0",
"Products": [
"03c1eaa9-2096-43f4-9dd5-f2fae25a7423",
"6eac4763-fb9d-4afe-9b8b-e749b322e186"
],
"Parts": [
"901a7897-8505-4c54-a842-328c675f22fb",
"ab2db858-13a6-457d-98f3-4f790b591820"
]
}
text/html
Sample:
{"Currency":"bcf73e7b-360f-4014-a280-bf89fc57a6c6","PriceBook":"7c162828-d151-48a2-be5a-29f85bf32995","Language":"4a917bcc-7ef9-4515-9f34-667f2013d4d5","Date":"2026-09-15T04:45:48.1927539Z","FrontCover":"8ad0af4d-4dde-42b5-bc91-18c7eb9baf14","BackCover":"ee5701ee-e509-4967-a426-2f8ad8a156a0","Products":["03c1eaa9-2096-43f4-9dd5-f2fae25a7423","6eac4763-fb9d-4afe-9b8b-e749b322e186"],"Parts":["901a7897-8505-4c54-a842-328c675f22fb","ab2db858-13a6-457d-98f3-4f790b591820"]}
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>ee5701ee-e509-4967-a426-2f8ad8a156a0</BackCover>
<Currency>bcf73e7b-360f-4014-a280-bf89fc57a6c6</Currency>
<Date>2026-09-15T04:45:48.1927539+00:00</Date>
<FrontCover>8ad0af4d-4dde-42b5-bc91-18c7eb9baf14</FrontCover>
<Language>4a917bcc-7ef9-4515-9f34-667f2013d4d5</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>901a7897-8505-4c54-a842-328c675f22fb</d2p1:guid>
<d2p1:guid>ab2db858-13a6-457d-98f3-4f790b591820</d2p1:guid>
</Parts>
<PriceBook>7c162828-d151-48a2-be5a-29f85bf32995</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>03c1eaa9-2096-43f4-9dd5-f2fae25a7423</d2p1:guid>
<d2p1:guid>6eac4763-fb9d-4afe-9b8b-e749b322e186</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:
"e51c7ef8-0281-4283-9472-c63ec6a688bf"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e51c7ef8-0281-4283-9472-c63ec6a688bf</guid>