POST pricebook/merge
Merges a price book.
Request Information
URI
https://eurotherm-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": "54525b3b-a2c0-428d-bab3-ee45cfa95216",
"PriceBook": "e22c11f4-0839-497c-9649-a9f559c6e6e5",
"Language": "f6756292-125a-4bb2-a394-39bdfaa0eb7b",
"Date": "2026-06-07T05:00:59.4249311Z",
"FrontCover": "f7afaac3-e9bd-4f72-8dc6-bb81dbf18d2a",
"BackCover": "3f5b5fc8-f726-4a29-904e-054ddba2627e",
"Products": [
"509fe85b-7905-4c6d-bae5-4a2774ce773f",
"f383e36c-fe81-4b57-9e73-2fca7081b24c"
],
"Parts": [
"80999356-4356-4ba0-8cb0-cf994fc62c78",
"8ef29e39-30aa-4f48-b5b7-dbe635a01e0a"
]
}
text/html
Sample:
{"Currency":"54525b3b-a2c0-428d-bab3-ee45cfa95216","PriceBook":"e22c11f4-0839-497c-9649-a9f559c6e6e5","Language":"f6756292-125a-4bb2-a394-39bdfaa0eb7b","Date":"2026-06-07T05:00:59.4249311Z","FrontCover":"f7afaac3-e9bd-4f72-8dc6-bb81dbf18d2a","BackCover":"3f5b5fc8-f726-4a29-904e-054ddba2627e","Products":["509fe85b-7905-4c6d-bae5-4a2774ce773f","f383e36c-fe81-4b57-9e73-2fca7081b24c"],"Parts":["80999356-4356-4ba0-8cb0-cf994fc62c78","8ef29e39-30aa-4f48-b5b7-dbe635a01e0a"]}
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>3f5b5fc8-f726-4a29-904e-054ddba2627e</BackCover>
<Currency>54525b3b-a2c0-428d-bab3-ee45cfa95216</Currency>
<Date>2026-06-07T05:00:59.4249311+00:00</Date>
<FrontCover>f7afaac3-e9bd-4f72-8dc6-bb81dbf18d2a</FrontCover>
<Language>f6756292-125a-4bb2-a394-39bdfaa0eb7b</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>80999356-4356-4ba0-8cb0-cf994fc62c78</d2p1:guid>
<d2p1:guid>8ef29e39-30aa-4f48-b5b7-dbe635a01e0a</d2p1:guid>
</Parts>
<PriceBook>e22c11f4-0839-497c-9649-a9f559c6e6e5</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>509fe85b-7905-4c6d-bae5-4a2774ce773f</d2p1:guid>
<d2p1:guid>f383e36c-fe81-4b57-9e73-2fca7081b24c</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:
"5e9b4d46-4ff6-470c-9804-a932f67a2e13"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5e9b4d46-4ff6-470c-9804-a932f67a2e13</guid>