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": "89c64677-b007-4f30-9bc5-f9c40a15332b",
"PriceBook": "ffa711c3-ef47-4ef4-ba9e-2e391e0aff35",
"Language": "dc896e21-3d35-4c82-8b3f-31fc91e5e42c",
"Date": "2026-03-29T08:05:33.7136366Z",
"FrontCover": "02dbb70e-96bc-4038-99bc-4bb060dcf55a",
"BackCover": "eabbecfa-689d-4a40-898b-2c2f2249a0e2",
"Products": [
"ec0c666a-7065-4a8e-b9e3-6e77f2eecf10",
"decf345e-cdc6-486a-80f9-7b274512d3d7"
],
"Parts": [
"2957e30f-2836-4341-908a-b345ebb36c11",
"720cf865-4b6d-4877-a32b-5a791f8e114e"
]
}
text/html
Sample:
{"Currency":"89c64677-b007-4f30-9bc5-f9c40a15332b","PriceBook":"ffa711c3-ef47-4ef4-ba9e-2e391e0aff35","Language":"dc896e21-3d35-4c82-8b3f-31fc91e5e42c","Date":"2026-03-29T08:05:33.7136366Z","FrontCover":"02dbb70e-96bc-4038-99bc-4bb060dcf55a","BackCover":"eabbecfa-689d-4a40-898b-2c2f2249a0e2","Products":["ec0c666a-7065-4a8e-b9e3-6e77f2eecf10","decf345e-cdc6-486a-80f9-7b274512d3d7"],"Parts":["2957e30f-2836-4341-908a-b345ebb36c11","720cf865-4b6d-4877-a32b-5a791f8e114e"]}
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>eabbecfa-689d-4a40-898b-2c2f2249a0e2</BackCover>
<Currency>89c64677-b007-4f30-9bc5-f9c40a15332b</Currency>
<Date>2026-03-29T08:05:33.7136366+00:00</Date>
<FrontCover>02dbb70e-96bc-4038-99bc-4bb060dcf55a</FrontCover>
<Language>dc896e21-3d35-4c82-8b3f-31fc91e5e42c</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2957e30f-2836-4341-908a-b345ebb36c11</d2p1:guid>
<d2p1:guid>720cf865-4b6d-4877-a32b-5a791f8e114e</d2p1:guid>
</Parts>
<PriceBook>ffa711c3-ef47-4ef4-ba9e-2e391e0aff35</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ec0c666a-7065-4a8e-b9e3-6e77f2eecf10</d2p1:guid>
<d2p1:guid>decf345e-cdc6-486a-80f9-7b274512d3d7</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:
"09219e44-f331-46d7-bea3-cbf7b8fd9d9b"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">09219e44-f331-46d7-bea3-cbf7b8fd9d9b</guid>