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": "5579a768-bfb1-458d-b627-e064d65f6f64", "PriceBook": "0f09ea13-6c3b-448a-a9ee-e0a90fb0e8c6", "Language": "1a586446-4297-4db3-a7ff-5e93e5bc3bb4", "Date": "2025-10-11T23:33:20.7163185Z", "FrontCover": "e55cd874-bd09-4e5c-a901-65bb48792df8", "BackCover": "21952b50-ed94-40ec-b240-7a622845ea87", "Products": [ "259cc200-f72a-43dd-aeca-5bcd4cb91151", "309e9d87-87dc-400f-99b1-de28ec5b41ec" ], "Parts": [ "25b243c8-059d-4063-9c65-8fe43ceeabf0", "9437f6d6-41bc-4fc5-85df-6fc320f73fcd" ] }
text/html
Sample:
{"Currency":"5579a768-bfb1-458d-b627-e064d65f6f64","PriceBook":"0f09ea13-6c3b-448a-a9ee-e0a90fb0e8c6","Language":"1a586446-4297-4db3-a7ff-5e93e5bc3bb4","Date":"2025-10-11T23:33:20.7163185Z","FrontCover":"e55cd874-bd09-4e5c-a901-65bb48792df8","BackCover":"21952b50-ed94-40ec-b240-7a622845ea87","Products":["259cc200-f72a-43dd-aeca-5bcd4cb91151","309e9d87-87dc-400f-99b1-de28ec5b41ec"],"Parts":["25b243c8-059d-4063-9c65-8fe43ceeabf0","9437f6d6-41bc-4fc5-85df-6fc320f73fcd"]}
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>21952b50-ed94-40ec-b240-7a622845ea87</BackCover> <Currency>5579a768-bfb1-458d-b627-e064d65f6f64</Currency> <Date>2025-10-11T23:33:20.7163185+00:00</Date> <FrontCover>e55cd874-bd09-4e5c-a901-65bb48792df8</FrontCover> <Language>1a586446-4297-4db3-a7ff-5e93e5bc3bb4</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>25b243c8-059d-4063-9c65-8fe43ceeabf0</d2p1:guid> <d2p1:guid>9437f6d6-41bc-4fc5-85df-6fc320f73fcd</d2p1:guid> </Parts> <PriceBook>0f09ea13-6c3b-448a-a9ee-e0a90fb0e8c6</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>259cc200-f72a-43dd-aeca-5bcd4cb91151</d2p1:guid> <d2p1:guid>309e9d87-87dc-400f-99b1-de28ec5b41ec</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:
"a443b672-8fe1-488a-a8a7-5d382f66c3de"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a443b672-8fe1-488a-a8a7-5d382f66c3de</guid>