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": "97e6e4ca-d3d5-4b1d-838f-88fa37b18e5f",
"PriceBook": "656802ac-3892-45e9-9c1c-78b63ac55567",
"Language": "7d04bd1f-cd7d-4dea-b177-b34923e96723",
"Date": "2026-07-31T16:32:47.7350538Z",
"FrontCover": "fb1a0696-2475-4cbd-90c0-05319bcddb61",
"BackCover": "46c05fea-fa36-4b40-894b-7a8a0a118065",
"Products": [
"a61b37c7-69f6-41d3-a76f-bce719f8cf20",
"80eac5bb-08f3-4422-bdb3-b9cf3d3c4c19"
],
"Parts": [
"931a5336-886c-4106-ad60-cdeb38e52bcd",
"be7f1d84-09df-4dfd-858a-08c927b0e387"
]
}
text/html
Sample:
{"Currency":"97e6e4ca-d3d5-4b1d-838f-88fa37b18e5f","PriceBook":"656802ac-3892-45e9-9c1c-78b63ac55567","Language":"7d04bd1f-cd7d-4dea-b177-b34923e96723","Date":"2026-07-31T16:32:47.7350538Z","FrontCover":"fb1a0696-2475-4cbd-90c0-05319bcddb61","BackCover":"46c05fea-fa36-4b40-894b-7a8a0a118065","Products":["a61b37c7-69f6-41d3-a76f-bce719f8cf20","80eac5bb-08f3-4422-bdb3-b9cf3d3c4c19"],"Parts":["931a5336-886c-4106-ad60-cdeb38e52bcd","be7f1d84-09df-4dfd-858a-08c927b0e387"]}
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>46c05fea-fa36-4b40-894b-7a8a0a118065</BackCover>
<Currency>97e6e4ca-d3d5-4b1d-838f-88fa37b18e5f</Currency>
<Date>2026-07-31T16:32:47.7350538+00:00</Date>
<FrontCover>fb1a0696-2475-4cbd-90c0-05319bcddb61</FrontCover>
<Language>7d04bd1f-cd7d-4dea-b177-b34923e96723</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>931a5336-886c-4106-ad60-cdeb38e52bcd</d2p1:guid>
<d2p1:guid>be7f1d84-09df-4dfd-858a-08c927b0e387</d2p1:guid>
</Parts>
<PriceBook>656802ac-3892-45e9-9c1c-78b63ac55567</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a61b37c7-69f6-41d3-a76f-bce719f8cf20</d2p1:guid>
<d2p1:guid>80eac5bb-08f3-4422-bdb3-b9cf3d3c4c19</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:
"8da5edb8-765b-468e-b089-a57c75023a44"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8da5edb8-765b-468e-b089-a57c75023a44</guid>