POST pricebook/merge
Merges a price book.
Request Information
URI
https://eurotherm-web-api.xaitcpq.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": "9b0660eb-72ec-4cfc-8db4-b4eff2f42258",
"PriceBook": "ce4584c8-909e-4b8d-93a3-efba8a5f6bab",
"Language": "4258949f-5013-420a-967e-a6097bb9c65a",
"Date": "2025-11-07T04:01:13.406935Z",
"FrontCover": "094403d8-4bcc-495b-bcca-a93ce2372679",
"BackCover": "aed28b97-90b7-4a59-bd5c-df7f1c1968db",
"Products": [
"4a1148dc-e0f6-4f39-8627-e0103fc97a9b",
"8d3049b9-7bb1-4de9-9fae-7c93653504bc"
],
"Parts": [
"26791fd6-eb88-4cdd-bd69-87e4efb299b3",
"fcd34e86-8c3d-48ef-abb8-0cbbfd49e07b"
]
}
text/html
Sample:
{"Currency":"9b0660eb-72ec-4cfc-8db4-b4eff2f42258","PriceBook":"ce4584c8-909e-4b8d-93a3-efba8a5f6bab","Language":"4258949f-5013-420a-967e-a6097bb9c65a","Date":"2025-11-07T04:01:13.406935Z","FrontCover":"094403d8-4bcc-495b-bcca-a93ce2372679","BackCover":"aed28b97-90b7-4a59-bd5c-df7f1c1968db","Products":["4a1148dc-e0f6-4f39-8627-e0103fc97a9b","8d3049b9-7bb1-4de9-9fae-7c93653504bc"],"Parts":["26791fd6-eb88-4cdd-bd69-87e4efb299b3","fcd34e86-8c3d-48ef-abb8-0cbbfd49e07b"]}
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>aed28b97-90b7-4a59-bd5c-df7f1c1968db</BackCover>
<Currency>9b0660eb-72ec-4cfc-8db4-b4eff2f42258</Currency>
<Date>2025-11-07T04:01:13.406935+00:00</Date>
<FrontCover>094403d8-4bcc-495b-bcca-a93ce2372679</FrontCover>
<Language>4258949f-5013-420a-967e-a6097bb9c65a</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>26791fd6-eb88-4cdd-bd69-87e4efb299b3</d2p1:guid>
<d2p1:guid>fcd34e86-8c3d-48ef-abb8-0cbbfd49e07b</d2p1:guid>
</Parts>
<PriceBook>ce4584c8-909e-4b8d-93a3-efba8a5f6bab</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4a1148dc-e0f6-4f39-8627-e0103fc97a9b</d2p1:guid>
<d2p1:guid>8d3049b9-7bb1-4de9-9fae-7c93653504bc</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:
"00862ce8-6960-4d98-a1c8-12ad66e693ab"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">00862ce8-6960-4d98-a1c8-12ad66e693ab</guid>