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": "1693a352-976b-44b3-9efb-e1abf5c79d44",
"PriceBook": "124341f0-9f5c-417a-b982-3e05b022026d",
"Language": "5c776c2c-793f-4515-b3ac-7e39fe729af7",
"Date": "2026-07-21T08:41:38.6555419Z",
"FrontCover": "b254caef-ac26-4eef-97c0-171b989791b4",
"BackCover": "7045bf93-3eca-4af2-8121-2f5ec602db7c",
"Products": [
"2846ba58-c230-4070-8e32-a632ef59d1a7",
"70abdad3-b67d-425a-b569-606f33be38df"
],
"Parts": [
"e638466c-3b54-4464-8bed-234b8527fb9f",
"b543c6fb-e1e1-4536-90dc-85d3e32ecc29"
]
}
text/html
Sample:
{"Currency":"1693a352-976b-44b3-9efb-e1abf5c79d44","PriceBook":"124341f0-9f5c-417a-b982-3e05b022026d","Language":"5c776c2c-793f-4515-b3ac-7e39fe729af7","Date":"2026-07-21T08:41:38.6555419Z","FrontCover":"b254caef-ac26-4eef-97c0-171b989791b4","BackCover":"7045bf93-3eca-4af2-8121-2f5ec602db7c","Products":["2846ba58-c230-4070-8e32-a632ef59d1a7","70abdad3-b67d-425a-b569-606f33be38df"],"Parts":["e638466c-3b54-4464-8bed-234b8527fb9f","b543c6fb-e1e1-4536-90dc-85d3e32ecc29"]}
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>7045bf93-3eca-4af2-8121-2f5ec602db7c</BackCover>
<Currency>1693a352-976b-44b3-9efb-e1abf5c79d44</Currency>
<Date>2026-07-21T08:41:38.6555419+00:00</Date>
<FrontCover>b254caef-ac26-4eef-97c0-171b989791b4</FrontCover>
<Language>5c776c2c-793f-4515-b3ac-7e39fe729af7</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e638466c-3b54-4464-8bed-234b8527fb9f</d2p1:guid>
<d2p1:guid>b543c6fb-e1e1-4536-90dc-85d3e32ecc29</d2p1:guid>
</Parts>
<PriceBook>124341f0-9f5c-417a-b982-3e05b022026d</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2846ba58-c230-4070-8e32-a632ef59d1a7</d2p1:guid>
<d2p1:guid>70abdad3-b67d-425a-b569-606f33be38df</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:
"1c631c78-1eea-4a4f-859e-a83fce07fee0"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1c631c78-1eea-4a4f-859e-a83fce07fee0</guid>