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": "b829d625-585a-4787-8a06-066d763c4bd5",
"PriceBook": "167ea53a-ee38-4db5-a9a5-f7e6db6f0f4b",
"Language": "72228673-4e1c-44de-9e1e-0cc2ded763be",
"Date": "2026-08-13T03:33:08.366581Z",
"FrontCover": "8236b534-029b-4758-b6e0-6fcf04c8f63f",
"BackCover": "5be41e74-d6bf-49d9-a582-da56495bb706",
"Products": [
"2f92bfe9-9b31-4107-8430-fa741d2d56ef",
"622783df-f746-40b1-84b7-22e871619d25"
],
"Parts": [
"2ce566d5-9451-4d94-a9c4-76de4607b238",
"b9e07ba2-48d1-4af3-bbd8-6cc6f69418bf"
]
}
text/html
Sample:
{"Currency":"b829d625-585a-4787-8a06-066d763c4bd5","PriceBook":"167ea53a-ee38-4db5-a9a5-f7e6db6f0f4b","Language":"72228673-4e1c-44de-9e1e-0cc2ded763be","Date":"2026-08-13T03:33:08.366581Z","FrontCover":"8236b534-029b-4758-b6e0-6fcf04c8f63f","BackCover":"5be41e74-d6bf-49d9-a582-da56495bb706","Products":["2f92bfe9-9b31-4107-8430-fa741d2d56ef","622783df-f746-40b1-84b7-22e871619d25"],"Parts":["2ce566d5-9451-4d94-a9c4-76de4607b238","b9e07ba2-48d1-4af3-bbd8-6cc6f69418bf"]}
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>5be41e74-d6bf-49d9-a582-da56495bb706</BackCover>
<Currency>b829d625-585a-4787-8a06-066d763c4bd5</Currency>
<Date>2026-08-13T03:33:08.366581+00:00</Date>
<FrontCover>8236b534-029b-4758-b6e0-6fcf04c8f63f</FrontCover>
<Language>72228673-4e1c-44de-9e1e-0cc2ded763be</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2ce566d5-9451-4d94-a9c4-76de4607b238</d2p1:guid>
<d2p1:guid>b9e07ba2-48d1-4af3-bbd8-6cc6f69418bf</d2p1:guid>
</Parts>
<PriceBook>167ea53a-ee38-4db5-a9a5-f7e6db6f0f4b</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2f92bfe9-9b31-4107-8430-fa741d2d56ef</d2p1:guid>
<d2p1:guid>622783df-f746-40b1-84b7-22e871619d25</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:
"dff3896a-614b-48e8-817e-8b350ceb0607"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">dff3896a-614b-48e8-817e-8b350ceb0607</guid>