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": "bde023c1-7cc6-4db0-a40e-3dc86e35fad4",
"PriceBook": "bcfa4771-7eaf-4195-a86f-e04f30d79fa3",
"Language": "e74b70a7-62b3-4fc1-8e21-c305ae0bfd48",
"Date": "2025-11-28T00:46:01.5629282Z",
"FrontCover": "2cc8ddeb-9759-40ca-926b-8c67a0d2e853",
"BackCover": "c0a85e6a-6ec8-4455-a716-5814d5e70796",
"Products": [
"4993a6ba-4f09-484f-b955-86147849f222",
"46e94793-e68e-46aa-ba9d-6a35994da0fd"
],
"Parts": [
"e54f6480-c67d-43fc-86a1-f74c2ef484c8",
"42e5fa35-3dc1-43dc-bc5a-ac2868ae3d0d"
]
}
text/html
Sample:
{"Currency":"bde023c1-7cc6-4db0-a40e-3dc86e35fad4","PriceBook":"bcfa4771-7eaf-4195-a86f-e04f30d79fa3","Language":"e74b70a7-62b3-4fc1-8e21-c305ae0bfd48","Date":"2025-11-28T00:46:01.5629282Z","FrontCover":"2cc8ddeb-9759-40ca-926b-8c67a0d2e853","BackCover":"c0a85e6a-6ec8-4455-a716-5814d5e70796","Products":["4993a6ba-4f09-484f-b955-86147849f222","46e94793-e68e-46aa-ba9d-6a35994da0fd"],"Parts":["e54f6480-c67d-43fc-86a1-f74c2ef484c8","42e5fa35-3dc1-43dc-bc5a-ac2868ae3d0d"]}
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>c0a85e6a-6ec8-4455-a716-5814d5e70796</BackCover>
<Currency>bde023c1-7cc6-4db0-a40e-3dc86e35fad4</Currency>
<Date>2025-11-28T00:46:01.5629282+00:00</Date>
<FrontCover>2cc8ddeb-9759-40ca-926b-8c67a0d2e853</FrontCover>
<Language>e74b70a7-62b3-4fc1-8e21-c305ae0bfd48</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e54f6480-c67d-43fc-86a1-f74c2ef484c8</d2p1:guid>
<d2p1:guid>42e5fa35-3dc1-43dc-bc5a-ac2868ae3d0d</d2p1:guid>
</Parts>
<PriceBook>bcfa4771-7eaf-4195-a86f-e04f30d79fa3</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4993a6ba-4f09-484f-b955-86147849f222</d2p1:guid>
<d2p1:guid>46e94793-e68e-46aa-ba9d-6a35994da0fd</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:
"c90e98af-d437-43ff-b1c1-ffafe3d47627"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c90e98af-d437-43ff-b1c1-ffafe3d47627</guid>