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": "548c247a-55c8-47e3-beb9-4e095b5b1f9c",
"PriceBook": "00b5119d-d370-4dfe-99d6-f6835ed044be",
"Language": "a25533d8-0323-4ecf-b85a-cff13953e688",
"Date": "2026-09-13T04:06:45.2433544Z",
"FrontCover": "b805ad5e-7089-447b-91d4-f25c0fd8705f",
"BackCover": "9333840a-2c94-4323-8ef6-1a114c46d16b",
"Products": [
"9d86ace4-107d-4e55-b119-6d5a1f531509",
"cdaf36f8-7139-43b7-b466-e30450371c54"
],
"Parts": [
"8bda0e91-da8c-4e12-94d6-ba2d20928922",
"9685cdd0-4252-4e94-95d2-e8ae8727c154"
]
}
text/html
Sample:
{"Currency":"548c247a-55c8-47e3-beb9-4e095b5b1f9c","PriceBook":"00b5119d-d370-4dfe-99d6-f6835ed044be","Language":"a25533d8-0323-4ecf-b85a-cff13953e688","Date":"2026-09-13T04:06:45.2433544Z","FrontCover":"b805ad5e-7089-447b-91d4-f25c0fd8705f","BackCover":"9333840a-2c94-4323-8ef6-1a114c46d16b","Products":["9d86ace4-107d-4e55-b119-6d5a1f531509","cdaf36f8-7139-43b7-b466-e30450371c54"],"Parts":["8bda0e91-da8c-4e12-94d6-ba2d20928922","9685cdd0-4252-4e94-95d2-e8ae8727c154"]}
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>9333840a-2c94-4323-8ef6-1a114c46d16b</BackCover>
<Currency>548c247a-55c8-47e3-beb9-4e095b5b1f9c</Currency>
<Date>2026-09-13T04:06:45.2433544+00:00</Date>
<FrontCover>b805ad5e-7089-447b-91d4-f25c0fd8705f</FrontCover>
<Language>a25533d8-0323-4ecf-b85a-cff13953e688</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8bda0e91-da8c-4e12-94d6-ba2d20928922</d2p1:guid>
<d2p1:guid>9685cdd0-4252-4e94-95d2-e8ae8727c154</d2p1:guid>
</Parts>
<PriceBook>00b5119d-d370-4dfe-99d6-f6835ed044be</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9d86ace4-107d-4e55-b119-6d5a1f531509</d2p1:guid>
<d2p1:guid>cdaf36f8-7139-43b7-b466-e30450371c54</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:
"d3fd90a7-f811-4f96-9878-d6db3abb5c39"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d3fd90a7-f811-4f96-9878-d6db3abb5c39</guid>