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": "c3bd9d8d-aa62-47d1-8b0a-311522bdc5e8",
"PriceBook": "a99466b8-5121-40a3-a509-7e8e2772cdb5",
"Language": "0a2ff0ce-afbe-433a-be08-ec271690f314",
"Date": "2026-03-19T16:39:50.6200674Z",
"FrontCover": "e4553c43-0bed-4278-b6c7-0ac0ce9bdcdb",
"BackCover": "cf6cf960-36ea-4ad4-8411-32f03d15e964",
"Products": [
"c3517ecd-6537-4e52-8524-28965c4f3747",
"07056833-421e-4622-b97b-ff4f237c669a"
],
"Parts": [
"3caa1caa-0211-4b58-b3b7-4a55d795af87",
"68aac9b3-192a-4f81-a306-0b64d0df7489"
]
}
text/html
Sample:
{"Currency":"c3bd9d8d-aa62-47d1-8b0a-311522bdc5e8","PriceBook":"a99466b8-5121-40a3-a509-7e8e2772cdb5","Language":"0a2ff0ce-afbe-433a-be08-ec271690f314","Date":"2026-03-19T16:39:50.6200674Z","FrontCover":"e4553c43-0bed-4278-b6c7-0ac0ce9bdcdb","BackCover":"cf6cf960-36ea-4ad4-8411-32f03d15e964","Products":["c3517ecd-6537-4e52-8524-28965c4f3747","07056833-421e-4622-b97b-ff4f237c669a"],"Parts":["3caa1caa-0211-4b58-b3b7-4a55d795af87","68aac9b3-192a-4f81-a306-0b64d0df7489"]}
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>cf6cf960-36ea-4ad4-8411-32f03d15e964</BackCover>
<Currency>c3bd9d8d-aa62-47d1-8b0a-311522bdc5e8</Currency>
<Date>2026-03-19T16:39:50.6200674+00:00</Date>
<FrontCover>e4553c43-0bed-4278-b6c7-0ac0ce9bdcdb</FrontCover>
<Language>0a2ff0ce-afbe-433a-be08-ec271690f314</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3caa1caa-0211-4b58-b3b7-4a55d795af87</d2p1:guid>
<d2p1:guid>68aac9b3-192a-4f81-a306-0b64d0df7489</d2p1:guid>
</Parts>
<PriceBook>a99466b8-5121-40a3-a509-7e8e2772cdb5</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c3517ecd-6537-4e52-8524-28965c4f3747</d2p1:guid>
<d2p1:guid>07056833-421e-4622-b97b-ff4f237c669a</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:
"2dc6f687-27dd-4cfa-96e1-0ea5034eff73"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2dc6f687-27dd-4cfa-96e1-0ea5034eff73</guid>