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": "5ef53aaa-8304-4c49-ae71-52be1cce6a1b",
"PriceBook": "d185ac91-d8ee-4dc3-a1f9-44b318766e77",
"Language": "93cf3a13-dad4-49da-af64-c343e9f530c3",
"Date": "2026-04-28T10:18:20.2820435Z",
"FrontCover": "e6648375-8f03-4b44-94ee-8718576ac907",
"BackCover": "fe41ba32-2b6b-46de-a358-9641b7a363e8",
"Products": [
"5d80eac7-cf95-42e5-af69-37cd6073ec40",
"f704d999-326d-4684-aa2d-069ef2c6667b"
],
"Parts": [
"418f4f05-a0cf-49b4-aa46-018d9f14652e",
"dda03a8f-7138-4da1-a5b1-e15e5aa87bd0"
]
}
text/html
Sample:
{"Currency":"5ef53aaa-8304-4c49-ae71-52be1cce6a1b","PriceBook":"d185ac91-d8ee-4dc3-a1f9-44b318766e77","Language":"93cf3a13-dad4-49da-af64-c343e9f530c3","Date":"2026-04-28T10:18:20.2820435Z","FrontCover":"e6648375-8f03-4b44-94ee-8718576ac907","BackCover":"fe41ba32-2b6b-46de-a358-9641b7a363e8","Products":["5d80eac7-cf95-42e5-af69-37cd6073ec40","f704d999-326d-4684-aa2d-069ef2c6667b"],"Parts":["418f4f05-a0cf-49b4-aa46-018d9f14652e","dda03a8f-7138-4da1-a5b1-e15e5aa87bd0"]}
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>fe41ba32-2b6b-46de-a358-9641b7a363e8</BackCover>
<Currency>5ef53aaa-8304-4c49-ae71-52be1cce6a1b</Currency>
<Date>2026-04-28T10:18:20.2820435+00:00</Date>
<FrontCover>e6648375-8f03-4b44-94ee-8718576ac907</FrontCover>
<Language>93cf3a13-dad4-49da-af64-c343e9f530c3</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>418f4f05-a0cf-49b4-aa46-018d9f14652e</d2p1:guid>
<d2p1:guid>dda03a8f-7138-4da1-a5b1-e15e5aa87bd0</d2p1:guid>
</Parts>
<PriceBook>d185ac91-d8ee-4dc3-a1f9-44b318766e77</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5d80eac7-cf95-42e5-af69-37cd6073ec40</d2p1:guid>
<d2p1:guid>f704d999-326d-4684-aa2d-069ef2c6667b</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:
"ad3d8ac4-b2e2-462b-a6e8-160bb2910e1e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ad3d8ac4-b2e2-462b-a6e8-160bb2910e1e</guid>