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.
PriceBookMergeOptionsName | 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": "754c3087-9759-4e46-b874-52f7beacdeee", "PriceBook": "5425ba1a-dfea-45a6-a123-0bace801a7a4", "Language": "dd6ddd8a-b09f-411e-b746-8edafe15e4f5", "Date": "2025-07-31T20:26:09.932554Z", "FrontCover": "e68156e2-b903-4473-9cee-41da43326e57", "BackCover": "88e5d6fd-5ef9-4b7f-8b73-691ba47681e7", "Products": [ "0c271ccb-4e63-4390-8104-792e11e12f0b", "758217bc-746d-4b5e-9b29-9aa3c37fac8f" ], "Parts": [ "df6b0224-8b9a-4930-848c-a028305fb5ad", "15dfe294-50ef-47ba-aae1-74339c62a768" ] }
text/html
Sample:
{"Currency":"754c3087-9759-4e46-b874-52f7beacdeee","PriceBook":"5425ba1a-dfea-45a6-a123-0bace801a7a4","Language":"dd6ddd8a-b09f-411e-b746-8edafe15e4f5","Date":"2025-07-31T20:26:09.932554Z","FrontCover":"e68156e2-b903-4473-9cee-41da43326e57","BackCover":"88e5d6fd-5ef9-4b7f-8b73-691ba47681e7","Products":["0c271ccb-4e63-4390-8104-792e11e12f0b","758217bc-746d-4b5e-9b29-9aa3c37fac8f"],"Parts":["df6b0224-8b9a-4930-848c-a028305fb5ad","15dfe294-50ef-47ba-aae1-74339c62a768"]}
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>88e5d6fd-5ef9-4b7f-8b73-691ba47681e7</BackCover> <Currency>754c3087-9759-4e46-b874-52f7beacdeee</Currency> <Date>2025-07-31T20:26:09.932554+00:00</Date> <FrontCover>e68156e2-b903-4473-9cee-41da43326e57</FrontCover> <Language>dd6ddd8a-b09f-411e-b746-8edafe15e4f5</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>df6b0224-8b9a-4930-848c-a028305fb5ad</d2p1:guid> <d2p1:guid>15dfe294-50ef-47ba-aae1-74339c62a768</d2p1:guid> </Parts> <PriceBook>5425ba1a-dfea-45a6-a123-0bace801a7a4</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>0c271ccb-4e63-4390-8104-792e11e12f0b</d2p1:guid> <d2p1:guid>758217bc-746d-4b5e-9b29-9aa3c37fac8f</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:
"ea4b2f3a-5227-4b2d-baf8-b8d619434cc6"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ea4b2f3a-5227-4b2d-baf8-b8d619434cc6</guid>