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": "10c28060-4054-428a-ab68-75cbe113da16",
"PriceBook": "e9eb1e74-ec3d-4a33-a3bb-193a9ba1e138",
"Language": "3319090a-2fca-4c93-8638-11796d2bf5c2",
"Date": "2026-03-07T15:00:01.6582583Z",
"FrontCover": "74797047-0c24-424b-bb47-283215d889a4",
"BackCover": "e1d24c7e-1e55-4104-9a09-b11d9cd5743e",
"Products": [
"2e71807b-dba4-4f8f-8953-d3be9db8e6f9",
"5730b6f8-ab6e-4aed-86fe-edd1cded4a62"
],
"Parts": [
"839c1117-5294-4785-a868-3e08aa27fae3",
"40d017e7-7196-4910-8806-3f5d9980bd72"
]
}
text/html
Sample:
{"Currency":"10c28060-4054-428a-ab68-75cbe113da16","PriceBook":"e9eb1e74-ec3d-4a33-a3bb-193a9ba1e138","Language":"3319090a-2fca-4c93-8638-11796d2bf5c2","Date":"2026-03-07T15:00:01.6582583Z","FrontCover":"74797047-0c24-424b-bb47-283215d889a4","BackCover":"e1d24c7e-1e55-4104-9a09-b11d9cd5743e","Products":["2e71807b-dba4-4f8f-8953-d3be9db8e6f9","5730b6f8-ab6e-4aed-86fe-edd1cded4a62"],"Parts":["839c1117-5294-4785-a868-3e08aa27fae3","40d017e7-7196-4910-8806-3f5d9980bd72"]}
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>e1d24c7e-1e55-4104-9a09-b11d9cd5743e</BackCover>
<Currency>10c28060-4054-428a-ab68-75cbe113da16</Currency>
<Date>2026-03-07T15:00:01.6582583+00:00</Date>
<FrontCover>74797047-0c24-424b-bb47-283215d889a4</FrontCover>
<Language>3319090a-2fca-4c93-8638-11796d2bf5c2</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>839c1117-5294-4785-a868-3e08aa27fae3</d2p1:guid>
<d2p1:guid>40d017e7-7196-4910-8806-3f5d9980bd72</d2p1:guid>
</Parts>
<PriceBook>e9eb1e74-ec3d-4a33-a3bb-193a9ba1e138</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2e71807b-dba4-4f8f-8953-d3be9db8e6f9</d2p1:guid>
<d2p1:guid>5730b6f8-ab6e-4aed-86fe-edd1cded4a62</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:
"e739db86-db84-4b4b-8103-7d758ac28a57"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e739db86-db84-4b4b-8103-7d758ac28a57</guid>