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": "211451a8-aed0-40d9-92d3-04d3ddd6b4aa",
"PriceBook": "79d06315-7eca-46ed-9ed5-9af47ee153d5",
"Language": "4d89acb6-cf03-4aef-a618-5257bbf529d6",
"Date": "2026-06-26T04:47:35.3885261Z",
"FrontCover": "5f02c7de-8b1a-4d73-9ad5-d1eec2a995dc",
"BackCover": "d5eac748-22ad-4a09-b56f-bccd975dfedd",
"Products": [
"a57a29ae-0199-4919-85bd-47ccae45f5b1",
"8859b546-740f-46f4-96b1-4a4e63a1fce1"
],
"Parts": [
"b83217b7-1293-4886-8b70-e73b059f4c18",
"cbfeb3fd-aa52-44a8-814d-cf798f0729f8"
]
}
text/html
Sample:
{"Currency":"211451a8-aed0-40d9-92d3-04d3ddd6b4aa","PriceBook":"79d06315-7eca-46ed-9ed5-9af47ee153d5","Language":"4d89acb6-cf03-4aef-a618-5257bbf529d6","Date":"2026-06-26T04:47:35.3885261Z","FrontCover":"5f02c7de-8b1a-4d73-9ad5-d1eec2a995dc","BackCover":"d5eac748-22ad-4a09-b56f-bccd975dfedd","Products":["a57a29ae-0199-4919-85bd-47ccae45f5b1","8859b546-740f-46f4-96b1-4a4e63a1fce1"],"Parts":["b83217b7-1293-4886-8b70-e73b059f4c18","cbfeb3fd-aa52-44a8-814d-cf798f0729f8"]}
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>d5eac748-22ad-4a09-b56f-bccd975dfedd</BackCover>
<Currency>211451a8-aed0-40d9-92d3-04d3ddd6b4aa</Currency>
<Date>2026-06-26T04:47:35.3885261+00:00</Date>
<FrontCover>5f02c7de-8b1a-4d73-9ad5-d1eec2a995dc</FrontCover>
<Language>4d89acb6-cf03-4aef-a618-5257bbf529d6</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b83217b7-1293-4886-8b70-e73b059f4c18</d2p1:guid>
<d2p1:guid>cbfeb3fd-aa52-44a8-814d-cf798f0729f8</d2p1:guid>
</Parts>
<PriceBook>79d06315-7eca-46ed-9ed5-9af47ee153d5</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a57a29ae-0199-4919-85bd-47ccae45f5b1</d2p1:guid>
<d2p1:guid>8859b546-740f-46f4-96b1-4a4e63a1fce1</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:
"e74baac5-90fd-45d2-a9fc-f0231d0e05d9"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e74baac5-90fd-45d2-a9fc-f0231d0e05d9</guid>