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": "6bb5dc3e-598a-4b6c-bfe3-b0f213b29774",
"PriceBook": "eada56b4-e35f-412d-a542-92632c357c24",
"Language": "8e5f34f6-4a20-458b-aab0-913ac1578c70",
"Date": "2026-04-11T08:24:32.5328891Z",
"FrontCover": "3461287d-38d7-4a26-adc4-b088a37043d9",
"BackCover": "2939da7a-385a-4b5f-8796-50fb298ccb42",
"Products": [
"8bfed930-5b67-4ed3-8adc-83dcd762d810",
"092d6036-caef-4c25-a6e3-ba9728319122"
],
"Parts": [
"56598831-951e-4e0a-b4c1-58ea28919aa1",
"e915c014-8df1-447e-9562-f70776124c2c"
]
}
text/html
Sample:
{"Currency":"6bb5dc3e-598a-4b6c-bfe3-b0f213b29774","PriceBook":"eada56b4-e35f-412d-a542-92632c357c24","Language":"8e5f34f6-4a20-458b-aab0-913ac1578c70","Date":"2026-04-11T08:24:32.5328891Z","FrontCover":"3461287d-38d7-4a26-adc4-b088a37043d9","BackCover":"2939da7a-385a-4b5f-8796-50fb298ccb42","Products":["8bfed930-5b67-4ed3-8adc-83dcd762d810","092d6036-caef-4c25-a6e3-ba9728319122"],"Parts":["56598831-951e-4e0a-b4c1-58ea28919aa1","e915c014-8df1-447e-9562-f70776124c2c"]}
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>2939da7a-385a-4b5f-8796-50fb298ccb42</BackCover>
<Currency>6bb5dc3e-598a-4b6c-bfe3-b0f213b29774</Currency>
<Date>2026-04-11T08:24:32.5328891+00:00</Date>
<FrontCover>3461287d-38d7-4a26-adc4-b088a37043d9</FrontCover>
<Language>8e5f34f6-4a20-458b-aab0-913ac1578c70</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>56598831-951e-4e0a-b4c1-58ea28919aa1</d2p1:guid>
<d2p1:guid>e915c014-8df1-447e-9562-f70776124c2c</d2p1:guid>
</Parts>
<PriceBook>eada56b4-e35f-412d-a542-92632c357c24</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8bfed930-5b67-4ed3-8adc-83dcd762d810</d2p1:guid>
<d2p1:guid>092d6036-caef-4c25-a6e3-ba9728319122</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:
"e25bee2b-4509-4969-ba99-113a3d461c21"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e25bee2b-4509-4969-ba99-113a3d461c21</guid>