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": "72e1b937-4d38-4e95-820a-a91da0af7c2d", "PriceBook": "0213991b-b6fd-4598-b9fe-f8d94b8ca48d", "Language": "83f0a9bf-3094-4e5e-a633-22f81903e2a0", "Date": "2025-09-01T04:29:56.9137167Z", "FrontCover": "4c57c675-b950-45f6-bdd9-19ec918362b5", "BackCover": "4cda477a-4c17-4123-9772-03fab0544fe8", "Products": [ "716ea47e-3de6-43c0-80d8-4ea2a870f811", "f5a0f685-7329-4c48-b8ee-5a0558172b4b" ], "Parts": [ "e50c6005-f8cf-4cc3-b853-72c72feb0600", "bfa71185-10e4-4e43-8fde-dbd95348050b" ] }
text/html
Sample:
{"Currency":"72e1b937-4d38-4e95-820a-a91da0af7c2d","PriceBook":"0213991b-b6fd-4598-b9fe-f8d94b8ca48d","Language":"83f0a9bf-3094-4e5e-a633-22f81903e2a0","Date":"2025-09-01T04:29:56.9137167Z","FrontCover":"4c57c675-b950-45f6-bdd9-19ec918362b5","BackCover":"4cda477a-4c17-4123-9772-03fab0544fe8","Products":["716ea47e-3de6-43c0-80d8-4ea2a870f811","f5a0f685-7329-4c48-b8ee-5a0558172b4b"],"Parts":["e50c6005-f8cf-4cc3-b853-72c72feb0600","bfa71185-10e4-4e43-8fde-dbd95348050b"]}
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>4cda477a-4c17-4123-9772-03fab0544fe8</BackCover> <Currency>72e1b937-4d38-4e95-820a-a91da0af7c2d</Currency> <Date>2025-09-01T04:29:56.9137167+00:00</Date> <FrontCover>4c57c675-b950-45f6-bdd9-19ec918362b5</FrontCover> <Language>83f0a9bf-3094-4e5e-a633-22f81903e2a0</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>e50c6005-f8cf-4cc3-b853-72c72feb0600</d2p1:guid> <d2p1:guid>bfa71185-10e4-4e43-8fde-dbd95348050b</d2p1:guid> </Parts> <PriceBook>0213991b-b6fd-4598-b9fe-f8d94b8ca48d</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>716ea47e-3de6-43c0-80d8-4ea2a870f811</d2p1:guid> <d2p1:guid>f5a0f685-7329-4c48-b8ee-5a0558172b4b</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:
"5524b199-8dd4-4b8b-9986-e99a7418c4d2"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5524b199-8dd4-4b8b-9986-e99a7418c4d2</guid>