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": "82a5036c-d16d-4265-9f52-3e00bb020400",
"PriceBook": "ef5f0a1d-db0d-4df2-8de6-73d4599dc04f",
"Language": "a006d66d-1275-4215-b44d-688b76b57a23",
"Date": "2026-07-11T11:20:54.0609162Z",
"FrontCover": "9731ffa4-8395-4dc3-867f-b32e594afbd8",
"BackCover": "dc3e9a97-8fe2-4870-a4f0-b58fd30b7ae1",
"Products": [
"663d4de8-ab7a-4d77-989d-84c053c57655",
"9ecc15ac-0b18-452d-98cb-5bf1a13da265"
],
"Parts": [
"d3687274-441d-49da-a490-1da1b4f5319c",
"054d98d5-b856-4b25-a497-0bac647fb9d5"
]
}
text/html
Sample:
{"Currency":"82a5036c-d16d-4265-9f52-3e00bb020400","PriceBook":"ef5f0a1d-db0d-4df2-8de6-73d4599dc04f","Language":"a006d66d-1275-4215-b44d-688b76b57a23","Date":"2026-07-11T11:20:54.0609162Z","FrontCover":"9731ffa4-8395-4dc3-867f-b32e594afbd8","BackCover":"dc3e9a97-8fe2-4870-a4f0-b58fd30b7ae1","Products":["663d4de8-ab7a-4d77-989d-84c053c57655","9ecc15ac-0b18-452d-98cb-5bf1a13da265"],"Parts":["d3687274-441d-49da-a490-1da1b4f5319c","054d98d5-b856-4b25-a497-0bac647fb9d5"]}
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>dc3e9a97-8fe2-4870-a4f0-b58fd30b7ae1</BackCover>
<Currency>82a5036c-d16d-4265-9f52-3e00bb020400</Currency>
<Date>2026-07-11T11:20:54.0609162+00:00</Date>
<FrontCover>9731ffa4-8395-4dc3-867f-b32e594afbd8</FrontCover>
<Language>a006d66d-1275-4215-b44d-688b76b57a23</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d3687274-441d-49da-a490-1da1b4f5319c</d2p1:guid>
<d2p1:guid>054d98d5-b856-4b25-a497-0bac647fb9d5</d2p1:guid>
</Parts>
<PriceBook>ef5f0a1d-db0d-4df2-8de6-73d4599dc04f</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>663d4de8-ab7a-4d77-989d-84c053c57655</d2p1:guid>
<d2p1:guid>9ecc15ac-0b18-452d-98cb-5bf1a13da265</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:
"b7edf44f-13aa-4a07-8d4e-1c6499a0bac0"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b7edf44f-13aa-4a07-8d4e-1c6499a0bac0</guid>