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": "6beee173-917d-4d5c-8189-bead97ccd156",
"PriceBook": "e1815cbf-5480-4459-858a-f14832a392e2",
"Language": "bb9b82c8-7022-4f03-8112-39b1ccc8b2f4",
"Date": "2026-03-14T03:20:20.5471403Z",
"FrontCover": "00cd61c1-9a83-4b27-93d1-50e05f2b9258",
"BackCover": "43a339ad-faac-45ca-8d3e-389e90a9c3de",
"Products": [
"164b39d4-ac1e-4208-a909-44085af0afac",
"977ecde7-6c48-402a-abd6-e219b04a9df7"
],
"Parts": [
"29c1366d-4888-4cc3-bdb3-00264b3196bb",
"a2bcc452-6981-4876-8af1-86ebada6b108"
]
}
text/html
Sample:
{"Currency":"6beee173-917d-4d5c-8189-bead97ccd156","PriceBook":"e1815cbf-5480-4459-858a-f14832a392e2","Language":"bb9b82c8-7022-4f03-8112-39b1ccc8b2f4","Date":"2026-03-14T03:20:20.5471403Z","FrontCover":"00cd61c1-9a83-4b27-93d1-50e05f2b9258","BackCover":"43a339ad-faac-45ca-8d3e-389e90a9c3de","Products":["164b39d4-ac1e-4208-a909-44085af0afac","977ecde7-6c48-402a-abd6-e219b04a9df7"],"Parts":["29c1366d-4888-4cc3-bdb3-00264b3196bb","a2bcc452-6981-4876-8af1-86ebada6b108"]}
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>43a339ad-faac-45ca-8d3e-389e90a9c3de</BackCover>
<Currency>6beee173-917d-4d5c-8189-bead97ccd156</Currency>
<Date>2026-03-14T03:20:20.5471403+00:00</Date>
<FrontCover>00cd61c1-9a83-4b27-93d1-50e05f2b9258</FrontCover>
<Language>bb9b82c8-7022-4f03-8112-39b1ccc8b2f4</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>29c1366d-4888-4cc3-bdb3-00264b3196bb</d2p1:guid>
<d2p1:guid>a2bcc452-6981-4876-8af1-86ebada6b108</d2p1:guid>
</Parts>
<PriceBook>e1815cbf-5480-4459-858a-f14832a392e2</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>164b39d4-ac1e-4208-a909-44085af0afac</d2p1:guid>
<d2p1:guid>977ecde7-6c48-402a-abd6-e219b04a9df7</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:
"72ae3384-a707-457d-bbee-d5e828f11196"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">72ae3384-a707-457d-bbee-d5e828f11196</guid>