POST pricebook/merge
Merges a price book.
Request Information
URI
https://eurotherm-api.blueprintcpq.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": "65c1340a-4509-4481-8c45-ebe0882bb664", "PriceBook": "cede6b24-3870-444e-847b-4bc544b5caa4", "Language": "ce45e2c3-0660-47e0-a36e-bbe4608e0a98", "Date": "2025-10-12T03:22:15.5997786Z", "FrontCover": "8974b3bc-ff37-495b-b6a9-18474210778e", "BackCover": "a0db98dd-0669-4b92-95f9-76d9748cae6c", "Products": [ "25d67416-f9bd-46fc-bcf3-c1d1bb075f9e", "eb03dacb-a783-4c08-aa69-be92e6881454" ], "Parts": [ "01119b1b-3c23-41e1-a292-ecf4741f89ba", "aa5612d9-3a11-4878-9647-2f5f99e24101" ] }
text/html
Sample:
{"Currency":"65c1340a-4509-4481-8c45-ebe0882bb664","PriceBook":"cede6b24-3870-444e-847b-4bc544b5caa4","Language":"ce45e2c3-0660-47e0-a36e-bbe4608e0a98","Date":"2025-10-12T03:22:15.5997786Z","FrontCover":"8974b3bc-ff37-495b-b6a9-18474210778e","BackCover":"a0db98dd-0669-4b92-95f9-76d9748cae6c","Products":["25d67416-f9bd-46fc-bcf3-c1d1bb075f9e","eb03dacb-a783-4c08-aa69-be92e6881454"],"Parts":["01119b1b-3c23-41e1-a292-ecf4741f89ba","aa5612d9-3a11-4878-9647-2f5f99e24101"]}
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>a0db98dd-0669-4b92-95f9-76d9748cae6c</BackCover> <Currency>65c1340a-4509-4481-8c45-ebe0882bb664</Currency> <Date>2025-10-12T03:22:15.5997786+00:00</Date> <FrontCover>8974b3bc-ff37-495b-b6a9-18474210778e</FrontCover> <Language>ce45e2c3-0660-47e0-a36e-bbe4608e0a98</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>01119b1b-3c23-41e1-a292-ecf4741f89ba</d2p1:guid> <d2p1:guid>aa5612d9-3a11-4878-9647-2f5f99e24101</d2p1:guid> </Parts> <PriceBook>cede6b24-3870-444e-847b-4bc544b5caa4</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>25d67416-f9bd-46fc-bcf3-c1d1bb075f9e</d2p1:guid> <d2p1:guid>eb03dacb-a783-4c08-aa69-be92e6881454</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:
"745e7dad-ca7b-4dc4-bbeb-8e57adcce64b"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">745e7dad-ca7b-4dc4-bbeb-8e57adcce64b</guid>