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": "d9956e64-fd90-4106-9d4f-9158e7591c13",
"PriceBook": "c72b53ed-ec7b-4fe7-94ee-922428620050",
"Language": "41d25947-4a0d-43c0-b510-444bda848d70",
"Date": "2026-04-22T16:39:26.0400321Z",
"FrontCover": "b7adcc47-9170-4747-8530-9b17b97c55f0",
"BackCover": "e5db26c8-cf61-432a-8c56-4b5a1a77fdff",
"Products": [
"4b1f07d5-1ca8-451e-83b1-da4b58fad4ac",
"b70d1545-2ca2-47a0-8817-48326ccd0430"
],
"Parts": [
"827b170f-cfd0-4a26-9cc6-dcfcb12b84c5",
"f23aed62-9dc5-4f98-8382-d47cdc96fce6"
]
}
text/html
Sample:
{"Currency":"d9956e64-fd90-4106-9d4f-9158e7591c13","PriceBook":"c72b53ed-ec7b-4fe7-94ee-922428620050","Language":"41d25947-4a0d-43c0-b510-444bda848d70","Date":"2026-04-22T16:39:26.0400321Z","FrontCover":"b7adcc47-9170-4747-8530-9b17b97c55f0","BackCover":"e5db26c8-cf61-432a-8c56-4b5a1a77fdff","Products":["4b1f07d5-1ca8-451e-83b1-da4b58fad4ac","b70d1545-2ca2-47a0-8817-48326ccd0430"],"Parts":["827b170f-cfd0-4a26-9cc6-dcfcb12b84c5","f23aed62-9dc5-4f98-8382-d47cdc96fce6"]}
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>e5db26c8-cf61-432a-8c56-4b5a1a77fdff</BackCover>
<Currency>d9956e64-fd90-4106-9d4f-9158e7591c13</Currency>
<Date>2026-04-22T16:39:26.0400321+00:00</Date>
<FrontCover>b7adcc47-9170-4747-8530-9b17b97c55f0</FrontCover>
<Language>41d25947-4a0d-43c0-b510-444bda848d70</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>827b170f-cfd0-4a26-9cc6-dcfcb12b84c5</d2p1:guid>
<d2p1:guid>f23aed62-9dc5-4f98-8382-d47cdc96fce6</d2p1:guid>
</Parts>
<PriceBook>c72b53ed-ec7b-4fe7-94ee-922428620050</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4b1f07d5-1ca8-451e-83b1-da4b58fad4ac</d2p1:guid>
<d2p1:guid>b70d1545-2ca2-47a0-8817-48326ccd0430</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:
"54c258f2-19a9-4682-be73-7f54692e22ca"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">54c258f2-19a9-4682-be73-7f54692e22ca</guid>