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": "6fc996d9-61bb-46b2-a872-9b3d97de3482", "PriceBook": "c9330fb5-8950-4068-bdcb-d19e8883c4ca", "Language": "cebef0ed-d8b7-476f-a094-d4a0bc28e737", "Date": "2025-01-22T08:04:53.0309796Z", "FrontCover": "d3af74c4-b15b-4804-ab47-d51c56ff999b", "BackCover": "5826aeca-79bd-45c9-aadc-0e946fba0b6a", "Products": [ "e6bc64cf-5b4e-4759-ab78-77decfc57de3", "76fc4555-90de-44ea-ae76-c2836fcec19e" ], "Parts": [ "58f3670a-581b-4a75-a5a4-7ea8411f9d80", "7d85f662-aba2-467c-9cfb-18ae9c062bb7" ] }
text/html
Sample:
{"Currency":"6fc996d9-61bb-46b2-a872-9b3d97de3482","PriceBook":"c9330fb5-8950-4068-bdcb-d19e8883c4ca","Language":"cebef0ed-d8b7-476f-a094-d4a0bc28e737","Date":"2025-01-22T08:04:53.0309796Z","FrontCover":"d3af74c4-b15b-4804-ab47-d51c56ff999b","BackCover":"5826aeca-79bd-45c9-aadc-0e946fba0b6a","Products":["e6bc64cf-5b4e-4759-ab78-77decfc57de3","76fc4555-90de-44ea-ae76-c2836fcec19e"],"Parts":["58f3670a-581b-4a75-a5a4-7ea8411f9d80","7d85f662-aba2-467c-9cfb-18ae9c062bb7"]}
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>5826aeca-79bd-45c9-aadc-0e946fba0b6a</BackCover> <Currency>6fc996d9-61bb-46b2-a872-9b3d97de3482</Currency> <Date>2025-01-22T08:04:53.0309796+00:00</Date> <FrontCover>d3af74c4-b15b-4804-ab47-d51c56ff999b</FrontCover> <Language>cebef0ed-d8b7-476f-a094-d4a0bc28e737</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>58f3670a-581b-4a75-a5a4-7ea8411f9d80</d2p1:guid> <d2p1:guid>7d85f662-aba2-467c-9cfb-18ae9c062bb7</d2p1:guid> </Parts> <PriceBook>c9330fb5-8950-4068-bdcb-d19e8883c4ca</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>e6bc64cf-5b4e-4759-ab78-77decfc57de3</d2p1:guid> <d2p1:guid>76fc4555-90de-44ea-ae76-c2836fcec19e</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:
"ada26333-9fb1-414c-ab05-ac037f99951f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ada26333-9fb1-414c-ab05-ac037f99951f</guid>