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": "4a637511-cc71-4001-a76a-3feead501181",
"PriceBook": "a9dd2711-adda-4c6c-8f1c-f26d2250c125",
"Language": "1ba62702-2b18-456c-ab5f-bb40b84aad53",
"Date": "2026-03-16T03:01:51.2592017Z",
"FrontCover": "b51726b8-b8ed-450b-8c48-dd374f91a549",
"BackCover": "5b24ef19-fe05-413f-8c65-a4f23f22e3e7",
"Products": [
"349411d9-d650-431a-acab-0bede30f6a17",
"2ca7f6ba-c346-46e1-b0f7-4a974172b76a"
],
"Parts": [
"4acff22c-0a3f-47f7-88cb-6933436462c3",
"1d9e2fc3-8d9c-4ed2-a02d-81ff090327a7"
]
}
text/html
Sample:
{"Currency":"4a637511-cc71-4001-a76a-3feead501181","PriceBook":"a9dd2711-adda-4c6c-8f1c-f26d2250c125","Language":"1ba62702-2b18-456c-ab5f-bb40b84aad53","Date":"2026-03-16T03:01:51.2592017Z","FrontCover":"b51726b8-b8ed-450b-8c48-dd374f91a549","BackCover":"5b24ef19-fe05-413f-8c65-a4f23f22e3e7","Products":["349411d9-d650-431a-acab-0bede30f6a17","2ca7f6ba-c346-46e1-b0f7-4a974172b76a"],"Parts":["4acff22c-0a3f-47f7-88cb-6933436462c3","1d9e2fc3-8d9c-4ed2-a02d-81ff090327a7"]}
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>5b24ef19-fe05-413f-8c65-a4f23f22e3e7</BackCover>
<Currency>4a637511-cc71-4001-a76a-3feead501181</Currency>
<Date>2026-03-16T03:01:51.2592017+00:00</Date>
<FrontCover>b51726b8-b8ed-450b-8c48-dd374f91a549</FrontCover>
<Language>1ba62702-2b18-456c-ab5f-bb40b84aad53</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4acff22c-0a3f-47f7-88cb-6933436462c3</d2p1:guid>
<d2p1:guid>1d9e2fc3-8d9c-4ed2-a02d-81ff090327a7</d2p1:guid>
</Parts>
<PriceBook>a9dd2711-adda-4c6c-8f1c-f26d2250c125</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>349411d9-d650-431a-acab-0bede30f6a17</d2p1:guid>
<d2p1:guid>2ca7f6ba-c346-46e1-b0f7-4a974172b76a</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:
"87d71cf3-1ce6-45b5-85b6-80fde6691100"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">87d71cf3-1ce6-45b5-85b6-80fde6691100</guid>