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": "5a6d1796-7c84-4254-93c1-9e4c4fbc0532",
"PriceBook": "2489fbd7-780f-4bda-9b4c-e7d9fbe82857",
"Language": "c1b458e4-e130-410f-82cb-47b8ce397e58",
"Date": "2026-07-07T13:24:46.0760705Z",
"FrontCover": "f79b59a7-67da-450d-b49b-aa8c6f46c66c",
"BackCover": "ae1298a2-6e95-463d-918d-c6e0cbc915f5",
"Products": [
"06bf470f-1b9a-467f-9218-5b9cadff9ff7",
"825a4c51-4755-4f86-9610-b4e150aa4e6d"
],
"Parts": [
"24d6a579-b597-4257-8d54-e590207abf7a",
"e151b455-bfc1-40bc-af92-b79321a52a11"
]
}
text/html
Sample:
{"Currency":"5a6d1796-7c84-4254-93c1-9e4c4fbc0532","PriceBook":"2489fbd7-780f-4bda-9b4c-e7d9fbe82857","Language":"c1b458e4-e130-410f-82cb-47b8ce397e58","Date":"2026-07-07T13:24:46.0760705Z","FrontCover":"f79b59a7-67da-450d-b49b-aa8c6f46c66c","BackCover":"ae1298a2-6e95-463d-918d-c6e0cbc915f5","Products":["06bf470f-1b9a-467f-9218-5b9cadff9ff7","825a4c51-4755-4f86-9610-b4e150aa4e6d"],"Parts":["24d6a579-b597-4257-8d54-e590207abf7a","e151b455-bfc1-40bc-af92-b79321a52a11"]}
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>ae1298a2-6e95-463d-918d-c6e0cbc915f5</BackCover>
<Currency>5a6d1796-7c84-4254-93c1-9e4c4fbc0532</Currency>
<Date>2026-07-07T13:24:46.0760705+00:00</Date>
<FrontCover>f79b59a7-67da-450d-b49b-aa8c6f46c66c</FrontCover>
<Language>c1b458e4-e130-410f-82cb-47b8ce397e58</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>24d6a579-b597-4257-8d54-e590207abf7a</d2p1:guid>
<d2p1:guid>e151b455-bfc1-40bc-af92-b79321a52a11</d2p1:guid>
</Parts>
<PriceBook>2489fbd7-780f-4bda-9b4c-e7d9fbe82857</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>06bf470f-1b9a-467f-9218-5b9cadff9ff7</d2p1:guid>
<d2p1:guid>825a4c51-4755-4f86-9610-b4e150aa4e6d</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:
"9fa80c2c-9b9f-4846-894e-3fe013fc8071"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9fa80c2c-9b9f-4846-894e-3fe013fc8071</guid>