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": "9571f78c-cc64-4221-80ac-177b354e3239",
"PriceBook": "ac4730e0-bfaa-4c6d-bcf4-fdab8d922f1a",
"Language": "f205c0fe-71f9-4759-b2bf-2a9ce6454c5b",
"Date": "2026-04-11T13:38:36.279089Z",
"FrontCover": "1ab9ec49-7ac2-472e-bb7c-24936a027ff1",
"BackCover": "631f066b-348b-422f-9aa9-7d9373ed7c55",
"Products": [
"df0c3041-c8d6-4c4c-8a8f-d84cd24ac13f",
"0ee27884-d36a-4134-9af7-073399ca8717"
],
"Parts": [
"40050a72-fea3-4507-a92f-b7c2860c88a9",
"aca6310f-37ac-432e-adbb-4ce3817c5432"
]
}
text/html
Sample:
{"Currency":"9571f78c-cc64-4221-80ac-177b354e3239","PriceBook":"ac4730e0-bfaa-4c6d-bcf4-fdab8d922f1a","Language":"f205c0fe-71f9-4759-b2bf-2a9ce6454c5b","Date":"2026-04-11T13:38:36.279089Z","FrontCover":"1ab9ec49-7ac2-472e-bb7c-24936a027ff1","BackCover":"631f066b-348b-422f-9aa9-7d9373ed7c55","Products":["df0c3041-c8d6-4c4c-8a8f-d84cd24ac13f","0ee27884-d36a-4134-9af7-073399ca8717"],"Parts":["40050a72-fea3-4507-a92f-b7c2860c88a9","aca6310f-37ac-432e-adbb-4ce3817c5432"]}
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>631f066b-348b-422f-9aa9-7d9373ed7c55</BackCover>
<Currency>9571f78c-cc64-4221-80ac-177b354e3239</Currency>
<Date>2026-04-11T13:38:36.279089+00:00</Date>
<FrontCover>1ab9ec49-7ac2-472e-bb7c-24936a027ff1</FrontCover>
<Language>f205c0fe-71f9-4759-b2bf-2a9ce6454c5b</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>40050a72-fea3-4507-a92f-b7c2860c88a9</d2p1:guid>
<d2p1:guid>aca6310f-37ac-432e-adbb-4ce3817c5432</d2p1:guid>
</Parts>
<PriceBook>ac4730e0-bfaa-4c6d-bcf4-fdab8d922f1a</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>df0c3041-c8d6-4c4c-8a8f-d84cd24ac13f</d2p1:guid>
<d2p1:guid>0ee27884-d36a-4134-9af7-073399ca8717</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:
"10ffe758-2cb6-4e28-87a7-4cd00cc85c1b"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10ffe758-2cb6-4e28-87a7-4cd00cc85c1b</guid>