POST pricebook/merge
Merges a price book.
Request Information
URI
https://ofd-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": "8a8a789f-1fe2-4a38-90ea-63d3b6756d61", "PriceBook": "d5343904-3334-4aa0-9b97-c25c17cbc6fe", "Language": "f1f22f19-3994-46da-a0a0-7d26cc11dad5", "Date": "2025-08-31T23:47:04.5701159Z", "FrontCover": "a0a98c15-1173-47dd-be55-1cfddeafb423", "BackCover": "536b59cc-772e-49b5-8693-62c188a7e61d", "Products": [ "5297bbab-bc7f-4c41-9d2d-c9102a704467", "ad1916fd-9ee2-4401-8eec-cd7f521102eb" ], "Parts": [ "bbfe6d50-421f-4fa4-9ad9-bef8c41bde73", "999a95ec-a80a-4079-8f52-645eb89572f8" ] }
text/html
Sample:
{"Currency":"8a8a789f-1fe2-4a38-90ea-63d3b6756d61","PriceBook":"d5343904-3334-4aa0-9b97-c25c17cbc6fe","Language":"f1f22f19-3994-46da-a0a0-7d26cc11dad5","Date":"2025-08-31T23:47:04.5701159Z","FrontCover":"a0a98c15-1173-47dd-be55-1cfddeafb423","BackCover":"536b59cc-772e-49b5-8693-62c188a7e61d","Products":["5297bbab-bc7f-4c41-9d2d-c9102a704467","ad1916fd-9ee2-4401-8eec-cd7f521102eb"],"Parts":["bbfe6d50-421f-4fa4-9ad9-bef8c41bde73","999a95ec-a80a-4079-8f52-645eb89572f8"]}
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>536b59cc-772e-49b5-8693-62c188a7e61d</BackCover> <Currency>8a8a789f-1fe2-4a38-90ea-63d3b6756d61</Currency> <Date>2025-08-31T23:47:04.5701159+00:00</Date> <FrontCover>a0a98c15-1173-47dd-be55-1cfddeafb423</FrontCover> <Language>f1f22f19-3994-46da-a0a0-7d26cc11dad5</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>bbfe6d50-421f-4fa4-9ad9-bef8c41bde73</d2p1:guid> <d2p1:guid>999a95ec-a80a-4079-8f52-645eb89572f8</d2p1:guid> </Parts> <PriceBook>d5343904-3334-4aa0-9b97-c25c17cbc6fe</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>5297bbab-bc7f-4c41-9d2d-c9102a704467</d2p1:guid> <d2p1:guid>ad1916fd-9ee2-4401-8eec-cd7f521102eb</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:
"c10fb138-8c62-4a11-863a-f847ce08cf99"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c10fb138-8c62-4a11-863a-f847ce08cf99</guid>