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": "049349e8-6e96-4dc5-8672-dfe4606ef400",
"PriceBook": "4e3249f7-33db-4b79-b4a7-7e700c638e2c",
"Language": "ce043c93-7c14-4486-bceb-f87bd9ff224a",
"Date": "2026-07-22T10:51:49.3687663Z",
"FrontCover": "32699935-1bf0-462e-a89d-52783cc5c13c",
"BackCover": "e804f155-e9ab-4d4b-a26a-de490aff4fda",
"Products": [
"6bcc3171-c27c-4b91-b9e1-fbe82bd5bfa0",
"64c5d063-d1c2-4953-a2d6-a0c7d9c80bc5"
],
"Parts": [
"da03dbea-409a-4f89-94c8-24dec510cf9e",
"a32e5763-1bcb-45be-9edd-2db13f8becf5"
]
}
text/html
Sample:
{"Currency":"049349e8-6e96-4dc5-8672-dfe4606ef400","PriceBook":"4e3249f7-33db-4b79-b4a7-7e700c638e2c","Language":"ce043c93-7c14-4486-bceb-f87bd9ff224a","Date":"2026-07-22T10:51:49.3687663Z","FrontCover":"32699935-1bf0-462e-a89d-52783cc5c13c","BackCover":"e804f155-e9ab-4d4b-a26a-de490aff4fda","Products":["6bcc3171-c27c-4b91-b9e1-fbe82bd5bfa0","64c5d063-d1c2-4953-a2d6-a0c7d9c80bc5"],"Parts":["da03dbea-409a-4f89-94c8-24dec510cf9e","a32e5763-1bcb-45be-9edd-2db13f8becf5"]}
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>e804f155-e9ab-4d4b-a26a-de490aff4fda</BackCover>
<Currency>049349e8-6e96-4dc5-8672-dfe4606ef400</Currency>
<Date>2026-07-22T10:51:49.3687663+00:00</Date>
<FrontCover>32699935-1bf0-462e-a89d-52783cc5c13c</FrontCover>
<Language>ce043c93-7c14-4486-bceb-f87bd9ff224a</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>da03dbea-409a-4f89-94c8-24dec510cf9e</d2p1:guid>
<d2p1:guid>a32e5763-1bcb-45be-9edd-2db13f8becf5</d2p1:guid>
</Parts>
<PriceBook>4e3249f7-33db-4b79-b4a7-7e700c638e2c</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6bcc3171-c27c-4b91-b9e1-fbe82bd5bfa0</d2p1:guid>
<d2p1:guid>64c5d063-d1c2-4953-a2d6-a0c7d9c80bc5</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:
"80e0c8a4-26f4-41a6-948f-025ebe2a8e57"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">80e0c8a4-26f4-41a6-948f-025ebe2a8e57</guid>