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": "e716839c-36ce-4a16-b58f-127e1bd7321c",
"PriceBook": "5df231af-636f-4674-b503-6f494efdc59f",
"Language": "88178393-1e5d-4b42-8177-225923350904",
"Date": "2026-08-25T12:20:26.9882409Z",
"FrontCover": "2f88fa03-964c-4cf1-a5a1-e952248e4c52",
"BackCover": "ab37e466-7d3b-4cfe-8977-10441b352ef6",
"Products": [
"cbe9c754-0dfe-4f80-96b5-651a41d13267",
"5834b75c-dd47-491d-a68f-5f6ebb006709"
],
"Parts": [
"bc4d3d89-36d5-470a-8cb7-53e965eef3ec",
"e6ccf951-abad-4654-98b5-f034adc41400"
]
}
text/html
Sample:
{"Currency":"e716839c-36ce-4a16-b58f-127e1bd7321c","PriceBook":"5df231af-636f-4674-b503-6f494efdc59f","Language":"88178393-1e5d-4b42-8177-225923350904","Date":"2026-08-25T12:20:26.9882409Z","FrontCover":"2f88fa03-964c-4cf1-a5a1-e952248e4c52","BackCover":"ab37e466-7d3b-4cfe-8977-10441b352ef6","Products":["cbe9c754-0dfe-4f80-96b5-651a41d13267","5834b75c-dd47-491d-a68f-5f6ebb006709"],"Parts":["bc4d3d89-36d5-470a-8cb7-53e965eef3ec","e6ccf951-abad-4654-98b5-f034adc41400"]}
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>ab37e466-7d3b-4cfe-8977-10441b352ef6</BackCover>
<Currency>e716839c-36ce-4a16-b58f-127e1bd7321c</Currency>
<Date>2026-08-25T12:20:26.9882409+00:00</Date>
<FrontCover>2f88fa03-964c-4cf1-a5a1-e952248e4c52</FrontCover>
<Language>88178393-1e5d-4b42-8177-225923350904</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bc4d3d89-36d5-470a-8cb7-53e965eef3ec</d2p1:guid>
<d2p1:guid>e6ccf951-abad-4654-98b5-f034adc41400</d2p1:guid>
</Parts>
<PriceBook>5df231af-636f-4674-b503-6f494efdc59f</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cbe9c754-0dfe-4f80-96b5-651a41d13267</d2p1:guid>
<d2p1:guid>5834b75c-dd47-491d-a68f-5f6ebb006709</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:
"8484247e-436f-49ab-a367-a54844adf332"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8484247e-436f-49ab-a367-a54844adf332</guid>