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": "660fa8e8-f3a6-4809-a65e-ba48fff1eb0e",
"PriceBook": "e49a22ca-2666-442c-8ad3-e7d56fc65de3",
"Language": "5bf9b63d-11eb-4cd2-8c93-368d76571925",
"Date": "2026-08-09T00:53:43.9269843Z",
"FrontCover": "a3cdb6bf-46b3-400f-a8f0-2ef718ec7fff",
"BackCover": "f9ea0ddc-9375-40c9-a761-805a4b6dfcd4",
"Products": [
"74e9120d-af7d-4df8-9c27-f882f83bf2a7",
"e786fa91-bacb-4d83-9149-e9a8e5742386"
],
"Parts": [
"273e8d68-abd4-4f9d-86bc-559b0e4fef6f",
"f9a14b38-b65c-45b1-aec1-f69cd52691cd"
]
}
text/html
Sample:
{"Currency":"660fa8e8-f3a6-4809-a65e-ba48fff1eb0e","PriceBook":"e49a22ca-2666-442c-8ad3-e7d56fc65de3","Language":"5bf9b63d-11eb-4cd2-8c93-368d76571925","Date":"2026-08-09T00:53:43.9269843Z","FrontCover":"a3cdb6bf-46b3-400f-a8f0-2ef718ec7fff","BackCover":"f9ea0ddc-9375-40c9-a761-805a4b6dfcd4","Products":["74e9120d-af7d-4df8-9c27-f882f83bf2a7","e786fa91-bacb-4d83-9149-e9a8e5742386"],"Parts":["273e8d68-abd4-4f9d-86bc-559b0e4fef6f","f9a14b38-b65c-45b1-aec1-f69cd52691cd"]}
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>f9ea0ddc-9375-40c9-a761-805a4b6dfcd4</BackCover>
<Currency>660fa8e8-f3a6-4809-a65e-ba48fff1eb0e</Currency>
<Date>2026-08-09T00:53:43.9269843+00:00</Date>
<FrontCover>a3cdb6bf-46b3-400f-a8f0-2ef718ec7fff</FrontCover>
<Language>5bf9b63d-11eb-4cd2-8c93-368d76571925</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>273e8d68-abd4-4f9d-86bc-559b0e4fef6f</d2p1:guid>
<d2p1:guid>f9a14b38-b65c-45b1-aec1-f69cd52691cd</d2p1:guid>
</Parts>
<PriceBook>e49a22ca-2666-442c-8ad3-e7d56fc65de3</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>74e9120d-af7d-4df8-9c27-f882f83bf2a7</d2p1:guid>
<d2p1:guid>e786fa91-bacb-4d83-9149-e9a8e5742386</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:
"ff4cdeef-208f-4bda-a654-483d5d874c9f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ff4cdeef-208f-4bda-a654-483d5d874c9f</guid>