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": "9072164e-0d1e-47dc-ae0f-4cda7726fb07",
"PriceBook": "b56ee16b-5f4d-4a4a-83c7-bad37c1243b3",
"Language": "df07608c-8d29-474d-ad77-4d48fcb03ccd",
"Date": "2026-03-30T22:54:51.5294524Z",
"FrontCover": "5c3b1f72-432b-4568-975f-79af19123673",
"BackCover": "06717a04-4b81-431e-8090-f912722afd5b",
"Products": [
"1fddf72b-bedd-43a9-b6a1-bbece5e096fc",
"be048821-e5d0-4326-8d43-7dabd1359840"
],
"Parts": [
"3f020137-1b53-4a10-bb31-ebf63441b29e",
"4997b0a3-60ad-4226-9c7b-2e0268e19582"
]
}
text/html
Sample:
{"Currency":"9072164e-0d1e-47dc-ae0f-4cda7726fb07","PriceBook":"b56ee16b-5f4d-4a4a-83c7-bad37c1243b3","Language":"df07608c-8d29-474d-ad77-4d48fcb03ccd","Date":"2026-03-30T22:54:51.5294524Z","FrontCover":"5c3b1f72-432b-4568-975f-79af19123673","BackCover":"06717a04-4b81-431e-8090-f912722afd5b","Products":["1fddf72b-bedd-43a9-b6a1-bbece5e096fc","be048821-e5d0-4326-8d43-7dabd1359840"],"Parts":["3f020137-1b53-4a10-bb31-ebf63441b29e","4997b0a3-60ad-4226-9c7b-2e0268e19582"]}
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>06717a04-4b81-431e-8090-f912722afd5b</BackCover>
<Currency>9072164e-0d1e-47dc-ae0f-4cda7726fb07</Currency>
<Date>2026-03-30T22:54:51.5294524+00:00</Date>
<FrontCover>5c3b1f72-432b-4568-975f-79af19123673</FrontCover>
<Language>df07608c-8d29-474d-ad77-4d48fcb03ccd</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3f020137-1b53-4a10-bb31-ebf63441b29e</d2p1:guid>
<d2p1:guid>4997b0a3-60ad-4226-9c7b-2e0268e19582</d2p1:guid>
</Parts>
<PriceBook>b56ee16b-5f4d-4a4a-83c7-bad37c1243b3</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1fddf72b-bedd-43a9-b6a1-bbece5e096fc</d2p1:guid>
<d2p1:guid>be048821-e5d0-4326-8d43-7dabd1359840</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:
"36d86ccc-078d-4acd-8099-27f47f94cbfb"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">36d86ccc-078d-4acd-8099-27f47f94cbfb</guid>