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": "3c7426c7-97f0-4edd-97a7-b30a9e1eaf27",
"PriceBook": "e62e5570-b962-407b-ad9c-49a09f2346b9",
"Language": "6cd89612-3fa8-4f7f-b605-658dade0964d",
"Date": "2026-06-23T04:05:08.4461921Z",
"FrontCover": "845924a1-c4c5-4757-abf7-7ae6efe4ba35",
"BackCover": "1799f54b-b19e-4288-b1de-1a8cb845e301",
"Products": [
"0fd96ab9-4097-485a-a798-7ee5cfdd7d07",
"9796ab0b-1df7-4ac2-8abf-dcb27626ccf8"
],
"Parts": [
"bc274972-7c86-4544-9914-133e1518cc9e",
"30cc73a6-779d-4e06-9500-aadab1eb5092"
]
}
text/html
Sample:
{"Currency":"3c7426c7-97f0-4edd-97a7-b30a9e1eaf27","PriceBook":"e62e5570-b962-407b-ad9c-49a09f2346b9","Language":"6cd89612-3fa8-4f7f-b605-658dade0964d","Date":"2026-06-23T04:05:08.4461921Z","FrontCover":"845924a1-c4c5-4757-abf7-7ae6efe4ba35","BackCover":"1799f54b-b19e-4288-b1de-1a8cb845e301","Products":["0fd96ab9-4097-485a-a798-7ee5cfdd7d07","9796ab0b-1df7-4ac2-8abf-dcb27626ccf8"],"Parts":["bc274972-7c86-4544-9914-133e1518cc9e","30cc73a6-779d-4e06-9500-aadab1eb5092"]}
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>1799f54b-b19e-4288-b1de-1a8cb845e301</BackCover>
<Currency>3c7426c7-97f0-4edd-97a7-b30a9e1eaf27</Currency>
<Date>2026-06-23T04:05:08.4461921+00:00</Date>
<FrontCover>845924a1-c4c5-4757-abf7-7ae6efe4ba35</FrontCover>
<Language>6cd89612-3fa8-4f7f-b605-658dade0964d</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bc274972-7c86-4544-9914-133e1518cc9e</d2p1:guid>
<d2p1:guid>30cc73a6-779d-4e06-9500-aadab1eb5092</d2p1:guid>
</Parts>
<PriceBook>e62e5570-b962-407b-ad9c-49a09f2346b9</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0fd96ab9-4097-485a-a798-7ee5cfdd7d07</d2p1:guid>
<d2p1:guid>9796ab0b-1df7-4ac2-8abf-dcb27626ccf8</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:
"1b3156d0-984f-47fc-b019-c41e6de4fe77"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1b3156d0-984f-47fc-b019-c41e6de4fe77</guid>