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": "0d9ebb51-034e-4224-8cfb-e3e7d774dc43", "PriceBook": "a695a7f8-d53e-4f3d-b5b4-c9f79392a6f1", "Language": "1f409cf9-0a3f-4bdb-a238-48361dc02003", "Date": "2025-03-14T06:20:03.3981357Z", "FrontCover": "505b06a6-609a-4998-a366-3e213cc18167", "BackCover": "4fb315d2-96fa-4b8c-8346-a7922262437f", "Products": [ "5649ba47-1498-41d8-81f9-8011cb502ec2", "97074013-e8ed-4f1d-8665-a6a5f1298b15" ], "Parts": [ "646fa627-60b6-4287-967a-214c838d4ceb", "2dcfd3e3-aa80-428b-8afe-f7df1689b22f" ] }
text/html
Sample:
{"Currency":"0d9ebb51-034e-4224-8cfb-e3e7d774dc43","PriceBook":"a695a7f8-d53e-4f3d-b5b4-c9f79392a6f1","Language":"1f409cf9-0a3f-4bdb-a238-48361dc02003","Date":"2025-03-14T06:20:03.3981357Z","FrontCover":"505b06a6-609a-4998-a366-3e213cc18167","BackCover":"4fb315d2-96fa-4b8c-8346-a7922262437f","Products":["5649ba47-1498-41d8-81f9-8011cb502ec2","97074013-e8ed-4f1d-8665-a6a5f1298b15"],"Parts":["646fa627-60b6-4287-967a-214c838d4ceb","2dcfd3e3-aa80-428b-8afe-f7df1689b22f"]}
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>4fb315d2-96fa-4b8c-8346-a7922262437f</BackCover> <Currency>0d9ebb51-034e-4224-8cfb-e3e7d774dc43</Currency> <Date>2025-03-14T06:20:03.3981357+00:00</Date> <FrontCover>505b06a6-609a-4998-a366-3e213cc18167</FrontCover> <Language>1f409cf9-0a3f-4bdb-a238-48361dc02003</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>646fa627-60b6-4287-967a-214c838d4ceb</d2p1:guid> <d2p1:guid>2dcfd3e3-aa80-428b-8afe-f7df1689b22f</d2p1:guid> </Parts> <PriceBook>a695a7f8-d53e-4f3d-b5b4-c9f79392a6f1</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>5649ba47-1498-41d8-81f9-8011cb502ec2</d2p1:guid> <d2p1:guid>97074013-e8ed-4f1d-8665-a6a5f1298b15</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:
"452d47f4-eba5-4268-b113-26b1ee19940d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">452d47f4-eba5-4268-b113-26b1ee19940d</guid>