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": "f21a3841-3a2f-4a9c-844c-f8b14f75558a",
"PriceBook": "66799548-5f99-4f20-8a96-1807ddaa06b3",
"Language": "e6f0c2ae-9f78-4d60-8e59-0c4561b7baf6",
"Date": "2026-03-25T07:01:48.8435112Z",
"FrontCover": "233b7539-1a70-47fe-9004-08b4a6464385",
"BackCover": "145d53bc-eac9-4b71-99cc-95dfcd3f3f91",
"Products": [
"d2c88345-78ee-4112-b4a1-bc6cc1378ff9",
"31d62000-413f-4ea6-a4e3-31042d2cbbb7"
],
"Parts": [
"b4316207-02b8-44c7-a65b-f9ea41004650",
"ed86bd51-e6b0-44c6-b297-cc0b49bfa9c3"
]
}
text/html
Sample:
{"Currency":"f21a3841-3a2f-4a9c-844c-f8b14f75558a","PriceBook":"66799548-5f99-4f20-8a96-1807ddaa06b3","Language":"e6f0c2ae-9f78-4d60-8e59-0c4561b7baf6","Date":"2026-03-25T07:01:48.8435112Z","FrontCover":"233b7539-1a70-47fe-9004-08b4a6464385","BackCover":"145d53bc-eac9-4b71-99cc-95dfcd3f3f91","Products":["d2c88345-78ee-4112-b4a1-bc6cc1378ff9","31d62000-413f-4ea6-a4e3-31042d2cbbb7"],"Parts":["b4316207-02b8-44c7-a65b-f9ea41004650","ed86bd51-e6b0-44c6-b297-cc0b49bfa9c3"]}
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>145d53bc-eac9-4b71-99cc-95dfcd3f3f91</BackCover>
<Currency>f21a3841-3a2f-4a9c-844c-f8b14f75558a</Currency>
<Date>2026-03-25T07:01:48.8435112+00:00</Date>
<FrontCover>233b7539-1a70-47fe-9004-08b4a6464385</FrontCover>
<Language>e6f0c2ae-9f78-4d60-8e59-0c4561b7baf6</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b4316207-02b8-44c7-a65b-f9ea41004650</d2p1:guid>
<d2p1:guid>ed86bd51-e6b0-44c6-b297-cc0b49bfa9c3</d2p1:guid>
</Parts>
<PriceBook>66799548-5f99-4f20-8a96-1807ddaa06b3</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d2c88345-78ee-4112-b4a1-bc6cc1378ff9</d2p1:guid>
<d2p1:guid>31d62000-413f-4ea6-a4e3-31042d2cbbb7</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:
"b24f8f81-3b46-4cf7-a4b8-467b4d646d86"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b24f8f81-3b46-4cf7-a4b8-467b4d646d86</guid>