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": "a6e248a5-5102-477c-890b-675bfe52f46b",
"PriceBook": "6584b06b-c6b9-4bca-a020-acd5e38575b8",
"Language": "d01d26b2-2f9b-40c6-8d0c-93fa9217bbc1",
"Date": "2026-06-28T13:34:20.1643567Z",
"FrontCover": "54826bc8-4882-40e6-a5d4-c353acc26199",
"BackCover": "c8f72e1d-4afe-4a96-b325-09f8dd5aa400",
"Products": [
"f3b1b6f7-5d5c-46c6-a3d0-6ae8686effca",
"a3daf8bc-1932-48ee-b129-7f67c49efc31"
],
"Parts": [
"c7c62cfd-7628-4326-a1ae-d186c68d7ef5",
"5d82b5ba-a306-4908-a132-db42270af41e"
]
}
text/html
Sample:
{"Currency":"a6e248a5-5102-477c-890b-675bfe52f46b","PriceBook":"6584b06b-c6b9-4bca-a020-acd5e38575b8","Language":"d01d26b2-2f9b-40c6-8d0c-93fa9217bbc1","Date":"2026-06-28T13:34:20.1643567Z","FrontCover":"54826bc8-4882-40e6-a5d4-c353acc26199","BackCover":"c8f72e1d-4afe-4a96-b325-09f8dd5aa400","Products":["f3b1b6f7-5d5c-46c6-a3d0-6ae8686effca","a3daf8bc-1932-48ee-b129-7f67c49efc31"],"Parts":["c7c62cfd-7628-4326-a1ae-d186c68d7ef5","5d82b5ba-a306-4908-a132-db42270af41e"]}
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>c8f72e1d-4afe-4a96-b325-09f8dd5aa400</BackCover>
<Currency>a6e248a5-5102-477c-890b-675bfe52f46b</Currency>
<Date>2026-06-28T13:34:20.1643567+00:00</Date>
<FrontCover>54826bc8-4882-40e6-a5d4-c353acc26199</FrontCover>
<Language>d01d26b2-2f9b-40c6-8d0c-93fa9217bbc1</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c7c62cfd-7628-4326-a1ae-d186c68d7ef5</d2p1:guid>
<d2p1:guid>5d82b5ba-a306-4908-a132-db42270af41e</d2p1:guid>
</Parts>
<PriceBook>6584b06b-c6b9-4bca-a020-acd5e38575b8</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f3b1b6f7-5d5c-46c6-a3d0-6ae8686effca</d2p1:guid>
<d2p1:guid>a3daf8bc-1932-48ee-b129-7f67c49efc31</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:
"857bf4fb-66ba-4009-80fa-d8ab3cc008d9"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">857bf4fb-66ba-4009-80fa-d8ab3cc008d9</guid>