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": "a3bd5698-3c1e-48c1-8120-6c7a59e46e8c",
"PriceBook": "4f3fe1b9-560a-4c86-9805-c23318937cb2",
"Language": "781ae1cc-5e63-49c1-b77c-f5b63ce31ccf",
"Date": "2026-06-08T01:01:14.2032981Z",
"FrontCover": "1d2ea111-afad-4e7f-8437-d4334f466e33",
"BackCover": "7ddf1f08-c98a-4388-a788-9f002be18944",
"Products": [
"bff973af-1758-4fcd-9851-c578cbe65f8a",
"e18c93fb-ae86-4fb3-8b62-bf4d8bf51a02"
],
"Parts": [
"3a3dc599-c38e-4727-b947-5fc0271b26e5",
"1117e652-9a89-4870-a55c-6c1207ebb90a"
]
}
text/html
Sample:
{"Currency":"a3bd5698-3c1e-48c1-8120-6c7a59e46e8c","PriceBook":"4f3fe1b9-560a-4c86-9805-c23318937cb2","Language":"781ae1cc-5e63-49c1-b77c-f5b63ce31ccf","Date":"2026-06-08T01:01:14.2032981Z","FrontCover":"1d2ea111-afad-4e7f-8437-d4334f466e33","BackCover":"7ddf1f08-c98a-4388-a788-9f002be18944","Products":["bff973af-1758-4fcd-9851-c578cbe65f8a","e18c93fb-ae86-4fb3-8b62-bf4d8bf51a02"],"Parts":["3a3dc599-c38e-4727-b947-5fc0271b26e5","1117e652-9a89-4870-a55c-6c1207ebb90a"]}
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>7ddf1f08-c98a-4388-a788-9f002be18944</BackCover>
<Currency>a3bd5698-3c1e-48c1-8120-6c7a59e46e8c</Currency>
<Date>2026-06-08T01:01:14.2032981+00:00</Date>
<FrontCover>1d2ea111-afad-4e7f-8437-d4334f466e33</FrontCover>
<Language>781ae1cc-5e63-49c1-b77c-f5b63ce31ccf</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3a3dc599-c38e-4727-b947-5fc0271b26e5</d2p1:guid>
<d2p1:guid>1117e652-9a89-4870-a55c-6c1207ebb90a</d2p1:guid>
</Parts>
<PriceBook>4f3fe1b9-560a-4c86-9805-c23318937cb2</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bff973af-1758-4fcd-9851-c578cbe65f8a</d2p1:guid>
<d2p1:guid>e18c93fb-ae86-4fb3-8b62-bf4d8bf51a02</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:
"568d8d7a-a6c1-45c0-b0f7-8d2564209e46"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">568d8d7a-a6c1-45c0-b0f7-8d2564209e46</guid>