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": "01b0f2de-6bc6-4e9f-ab38-c5e5800539fb", "PriceBook": "358d0eb2-0acf-45db-9a28-ca689d31d243", "Language": "262b0ea3-6a55-4eb3-aa21-1fb32a36c911", "Date": "2025-01-29T00:03:16.1548575Z", "FrontCover": "567242ba-fe2b-4000-bd57-217c6023e5aa", "BackCover": "1cdb70df-8770-4864-930a-6157274bd245", "Products": [ "d833302f-2f71-46ef-a489-a889da795c85", "190dcf30-ba06-408c-a469-1a5f873599e4" ], "Parts": [ "2a064d54-2700-4600-9fd1-aaefe362b494", "240bcbf1-9f58-479b-b593-59a84d8c59dc" ] }
text/html
Sample:
{"Currency":"01b0f2de-6bc6-4e9f-ab38-c5e5800539fb","PriceBook":"358d0eb2-0acf-45db-9a28-ca689d31d243","Language":"262b0ea3-6a55-4eb3-aa21-1fb32a36c911","Date":"2025-01-29T00:03:16.1548575Z","FrontCover":"567242ba-fe2b-4000-bd57-217c6023e5aa","BackCover":"1cdb70df-8770-4864-930a-6157274bd245","Products":["d833302f-2f71-46ef-a489-a889da795c85","190dcf30-ba06-408c-a469-1a5f873599e4"],"Parts":["2a064d54-2700-4600-9fd1-aaefe362b494","240bcbf1-9f58-479b-b593-59a84d8c59dc"]}
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>1cdb70df-8770-4864-930a-6157274bd245</BackCover> <Currency>01b0f2de-6bc6-4e9f-ab38-c5e5800539fb</Currency> <Date>2025-01-29T00:03:16.1548575+00:00</Date> <FrontCover>567242ba-fe2b-4000-bd57-217c6023e5aa</FrontCover> <Language>262b0ea3-6a55-4eb3-aa21-1fb32a36c911</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>2a064d54-2700-4600-9fd1-aaefe362b494</d2p1:guid> <d2p1:guid>240bcbf1-9f58-479b-b593-59a84d8c59dc</d2p1:guid> </Parts> <PriceBook>358d0eb2-0acf-45db-9a28-ca689d31d243</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>d833302f-2f71-46ef-a489-a889da795c85</d2p1:guid> <d2p1:guid>190dcf30-ba06-408c-a469-1a5f873599e4</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:
"8e59e55c-5e84-431c-95da-5fec78869715"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8e59e55c-5e84-431c-95da-5fec78869715</guid>