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": "faa02c6c-7858-4cc5-acf7-2f40716eb4d6",
"PriceBook": "b2797591-0421-46a1-a18c-b489cab4c1fb",
"Language": "7ad515a5-4376-4c20-b9b0-7b9115199340",
"Date": "2026-03-10T14:04:24.8948872Z",
"FrontCover": "3437444e-f67f-4ad0-a207-fce198a43c6e",
"BackCover": "b3c6616d-e873-4d7f-bd56-78cb62a02345",
"Products": [
"60041f44-a814-46a6-886b-e053a6198d6e",
"ae288d95-94f6-4ceb-99a6-a9fd78a833c8"
],
"Parts": [
"49ca705f-c69e-4d97-97cc-99a747c3da05",
"f4c6dcb4-c381-40e0-a1af-5a13c387c5c3"
]
}
text/html
Sample:
{"Currency":"faa02c6c-7858-4cc5-acf7-2f40716eb4d6","PriceBook":"b2797591-0421-46a1-a18c-b489cab4c1fb","Language":"7ad515a5-4376-4c20-b9b0-7b9115199340","Date":"2026-03-10T14:04:24.8948872Z","FrontCover":"3437444e-f67f-4ad0-a207-fce198a43c6e","BackCover":"b3c6616d-e873-4d7f-bd56-78cb62a02345","Products":["60041f44-a814-46a6-886b-e053a6198d6e","ae288d95-94f6-4ceb-99a6-a9fd78a833c8"],"Parts":["49ca705f-c69e-4d97-97cc-99a747c3da05","f4c6dcb4-c381-40e0-a1af-5a13c387c5c3"]}
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>b3c6616d-e873-4d7f-bd56-78cb62a02345</BackCover>
<Currency>faa02c6c-7858-4cc5-acf7-2f40716eb4d6</Currency>
<Date>2026-03-10T14:04:24.8948872+00:00</Date>
<FrontCover>3437444e-f67f-4ad0-a207-fce198a43c6e</FrontCover>
<Language>7ad515a5-4376-4c20-b9b0-7b9115199340</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>49ca705f-c69e-4d97-97cc-99a747c3da05</d2p1:guid>
<d2p1:guid>f4c6dcb4-c381-40e0-a1af-5a13c387c5c3</d2p1:guid>
</Parts>
<PriceBook>b2797591-0421-46a1-a18c-b489cab4c1fb</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>60041f44-a814-46a6-886b-e053a6198d6e</d2p1:guid>
<d2p1:guid>ae288d95-94f6-4ceb-99a6-a9fd78a833c8</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:
"860e1ede-2dea-43f7-8b1c-ace3a540199b"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">860e1ede-2dea-43f7-8b1c-ace3a540199b</guid>