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": "02b893e5-a28f-4b30-a68d-cfc9316016b5",
"PriceBook": "acc96b26-0f5e-415c-9679-a7c20a73bf8a",
"Language": "8cb55ee6-7540-4ba9-8468-844c637e4029",
"Date": "2026-04-26T05:25:42.0331922Z",
"FrontCover": "ad6706ba-7ba3-4df8-bc47-5cc2c4926fc9",
"BackCover": "627ec39f-d064-4d45-8329-b0c43546aeac",
"Products": [
"c869604c-cb6f-402a-9715-43461b1b5113",
"88aeec3c-f9fb-4fde-8a07-7a5b72d8f331"
],
"Parts": [
"6fc3c7ff-3e68-4fa8-82dd-f3ba897d35d2",
"6ff41829-cea2-4292-a031-4604b1a75013"
]
}
text/html
Sample:
{"Currency":"02b893e5-a28f-4b30-a68d-cfc9316016b5","PriceBook":"acc96b26-0f5e-415c-9679-a7c20a73bf8a","Language":"8cb55ee6-7540-4ba9-8468-844c637e4029","Date":"2026-04-26T05:25:42.0331922Z","FrontCover":"ad6706ba-7ba3-4df8-bc47-5cc2c4926fc9","BackCover":"627ec39f-d064-4d45-8329-b0c43546aeac","Products":["c869604c-cb6f-402a-9715-43461b1b5113","88aeec3c-f9fb-4fde-8a07-7a5b72d8f331"],"Parts":["6fc3c7ff-3e68-4fa8-82dd-f3ba897d35d2","6ff41829-cea2-4292-a031-4604b1a75013"]}
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>627ec39f-d064-4d45-8329-b0c43546aeac</BackCover>
<Currency>02b893e5-a28f-4b30-a68d-cfc9316016b5</Currency>
<Date>2026-04-26T05:25:42.0331922+00:00</Date>
<FrontCover>ad6706ba-7ba3-4df8-bc47-5cc2c4926fc9</FrontCover>
<Language>8cb55ee6-7540-4ba9-8468-844c637e4029</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6fc3c7ff-3e68-4fa8-82dd-f3ba897d35d2</d2p1:guid>
<d2p1:guid>6ff41829-cea2-4292-a031-4604b1a75013</d2p1:guid>
</Parts>
<PriceBook>acc96b26-0f5e-415c-9679-a7c20a73bf8a</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c869604c-cb6f-402a-9715-43461b1b5113</d2p1:guid>
<d2p1:guid>88aeec3c-f9fb-4fde-8a07-7a5b72d8f331</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:
"0885c516-2494-487c-ad3e-299821b12b8a"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0885c516-2494-487c-ad3e-299821b12b8a</guid>