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": "b96420db-0f23-40e0-8b4d-53b5cf103d1b",
"PriceBook": "ab368f08-dd50-4bb7-9de9-5b3caca41382",
"Language": "2aca1236-5fdc-4472-843e-c9e635724ffa",
"Date": "2026-05-18T21:18:02.7643895Z",
"FrontCover": "047ecc1a-f6d6-4999-ad32-083d0f323bc6",
"BackCover": "c703c527-fd80-4a05-b2e8-02e8eab36827",
"Products": [
"d0a27d7b-2bdd-438e-925e-c88412abb1c6",
"4528eb9f-7160-45e7-9d89-0b0651a8b2cc"
],
"Parts": [
"94013061-854d-4c6f-85c8-6af71c801d3e",
"3a032e44-cca2-462e-83f7-e82d2ab4c31c"
]
}
text/html
Sample:
{"Currency":"b96420db-0f23-40e0-8b4d-53b5cf103d1b","PriceBook":"ab368f08-dd50-4bb7-9de9-5b3caca41382","Language":"2aca1236-5fdc-4472-843e-c9e635724ffa","Date":"2026-05-18T21:18:02.7643895Z","FrontCover":"047ecc1a-f6d6-4999-ad32-083d0f323bc6","BackCover":"c703c527-fd80-4a05-b2e8-02e8eab36827","Products":["d0a27d7b-2bdd-438e-925e-c88412abb1c6","4528eb9f-7160-45e7-9d89-0b0651a8b2cc"],"Parts":["94013061-854d-4c6f-85c8-6af71c801d3e","3a032e44-cca2-462e-83f7-e82d2ab4c31c"]}
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>c703c527-fd80-4a05-b2e8-02e8eab36827</BackCover>
<Currency>b96420db-0f23-40e0-8b4d-53b5cf103d1b</Currency>
<Date>2026-05-18T21:18:02.7643895+00:00</Date>
<FrontCover>047ecc1a-f6d6-4999-ad32-083d0f323bc6</FrontCover>
<Language>2aca1236-5fdc-4472-843e-c9e635724ffa</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>94013061-854d-4c6f-85c8-6af71c801d3e</d2p1:guid>
<d2p1:guid>3a032e44-cca2-462e-83f7-e82d2ab4c31c</d2p1:guid>
</Parts>
<PriceBook>ab368f08-dd50-4bb7-9de9-5b3caca41382</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d0a27d7b-2bdd-438e-925e-c88412abb1c6</d2p1:guid>
<d2p1:guid>4528eb9f-7160-45e7-9d89-0b0651a8b2cc</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:
"b8c49479-5f04-4cce-ac14-7d795c4332ed"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b8c49479-5f04-4cce-ac14-7d795c4332ed</guid>