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": "14a2329a-6f42-4503-a693-a2e632e4fc84", "PriceBook": "abb9dbaf-e291-4942-9f07-e54c538ae7d2", "Language": "03ee333c-739c-4c83-b167-e5de7502143a", "Date": "2025-06-01T20:04:37.9467761Z", "FrontCover": "d1875f79-fef1-4a62-bce2-a699c4602127", "BackCover": "f36c4dfe-5cc9-429c-bb1d-9a9c5f1fa657", "Products": [ "f06893db-6ac9-4612-ac32-aa725dee99c1", "a14f1662-0a5a-42a1-b4b5-b53228b6e1cd" ], "Parts": [ "cc4b5eda-bc05-43f8-9dcf-2a4601437307", "38b7a21e-353c-48f7-a8a8-10b2fb9d2a69" ] }
text/html
Sample:
{"Currency":"14a2329a-6f42-4503-a693-a2e632e4fc84","PriceBook":"abb9dbaf-e291-4942-9f07-e54c538ae7d2","Language":"03ee333c-739c-4c83-b167-e5de7502143a","Date":"2025-06-01T20:04:37.9467761Z","FrontCover":"d1875f79-fef1-4a62-bce2-a699c4602127","BackCover":"f36c4dfe-5cc9-429c-bb1d-9a9c5f1fa657","Products":["f06893db-6ac9-4612-ac32-aa725dee99c1","a14f1662-0a5a-42a1-b4b5-b53228b6e1cd"],"Parts":["cc4b5eda-bc05-43f8-9dcf-2a4601437307","38b7a21e-353c-48f7-a8a8-10b2fb9d2a69"]}
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>f36c4dfe-5cc9-429c-bb1d-9a9c5f1fa657</BackCover> <Currency>14a2329a-6f42-4503-a693-a2e632e4fc84</Currency> <Date>2025-06-01T20:04:37.9467761+00:00</Date> <FrontCover>d1875f79-fef1-4a62-bce2-a699c4602127</FrontCover> <Language>03ee333c-739c-4c83-b167-e5de7502143a</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>cc4b5eda-bc05-43f8-9dcf-2a4601437307</d2p1:guid> <d2p1:guid>38b7a21e-353c-48f7-a8a8-10b2fb9d2a69</d2p1:guid> </Parts> <PriceBook>abb9dbaf-e291-4942-9f07-e54c538ae7d2</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>f06893db-6ac9-4612-ac32-aa725dee99c1</d2p1:guid> <d2p1:guid>a14f1662-0a5a-42a1-b4b5-b53228b6e1cd</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:
"72a8ff9e-9214-4824-ab59-db7becab0ae2"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">72a8ff9e-9214-4824-ab59-db7becab0ae2</guid>