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": "cb1985a2-24e1-4f57-8455-bf225819cd74",
"PriceBook": "b1a0e097-1b3c-4dfe-9377-49bf850b9ad3",
"Language": "0750a388-0550-494b-ab82-7e97fdc1ac6c",
"Date": "2026-04-16T13:02:20.0632077Z",
"FrontCover": "4d565ad4-bbbc-4ac4-b40c-ab3a756c2e10",
"BackCover": "7d5d87ab-123f-40bb-8488-e02635aa39c7",
"Products": [
"cf119f52-d7ab-4a84-a8e5-193f3cf261e8",
"8608f0a5-fb8e-45d7-9fda-9df8be94cd9e"
],
"Parts": [
"2b7ee42b-77c2-4006-934e-a27c83752cfb",
"5f59ac63-aa8f-4279-a8f0-ab6310b0a99f"
]
}
text/html
Sample:
{"Currency":"cb1985a2-24e1-4f57-8455-bf225819cd74","PriceBook":"b1a0e097-1b3c-4dfe-9377-49bf850b9ad3","Language":"0750a388-0550-494b-ab82-7e97fdc1ac6c","Date":"2026-04-16T13:02:20.0632077Z","FrontCover":"4d565ad4-bbbc-4ac4-b40c-ab3a756c2e10","BackCover":"7d5d87ab-123f-40bb-8488-e02635aa39c7","Products":["cf119f52-d7ab-4a84-a8e5-193f3cf261e8","8608f0a5-fb8e-45d7-9fda-9df8be94cd9e"],"Parts":["2b7ee42b-77c2-4006-934e-a27c83752cfb","5f59ac63-aa8f-4279-a8f0-ab6310b0a99f"]}
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>7d5d87ab-123f-40bb-8488-e02635aa39c7</BackCover>
<Currency>cb1985a2-24e1-4f57-8455-bf225819cd74</Currency>
<Date>2026-04-16T13:02:20.0632077+00:00</Date>
<FrontCover>4d565ad4-bbbc-4ac4-b40c-ab3a756c2e10</FrontCover>
<Language>0750a388-0550-494b-ab82-7e97fdc1ac6c</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2b7ee42b-77c2-4006-934e-a27c83752cfb</d2p1:guid>
<d2p1:guid>5f59ac63-aa8f-4279-a8f0-ab6310b0a99f</d2p1:guid>
</Parts>
<PriceBook>b1a0e097-1b3c-4dfe-9377-49bf850b9ad3</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cf119f52-d7ab-4a84-a8e5-193f3cf261e8</d2p1:guid>
<d2p1:guid>8608f0a5-fb8e-45d7-9fda-9df8be94cd9e</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:
"534c1bfb-514c-4c2e-a06a-2e9607ee671e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">534c1bfb-514c-4c2e-a06a-2e9607ee671e</guid>