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.
PriceBookMergeOptions| Name | 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": "0441f649-89b3-4097-8d68-37ca8dbc77ef",
"PriceBook": "e3184255-3d58-4ae2-9e6c-7da5e9f4980d",
"Language": "726198d5-a699-4124-9eaa-2d1d42b02a77",
"Date": "2026-08-27T13:56:38.2550688Z",
"FrontCover": "e8655681-bc20-4ed3-b6a2-7e591cec510f",
"BackCover": "1b48d88c-394d-475e-8071-a4b51d93539d",
"Products": [
"b38142ea-3a58-4364-a972-37339c1764a2",
"aa5fdd81-6b8e-4347-8ca9-17446d8b7c37"
],
"Parts": [
"51c50c9a-a091-455d-b88a-17c5d0ba7854",
"104957d9-e8ee-4264-86cc-5e305e9e9671"
]
}
text/html
Sample:
{"Currency":"0441f649-89b3-4097-8d68-37ca8dbc77ef","PriceBook":"e3184255-3d58-4ae2-9e6c-7da5e9f4980d","Language":"726198d5-a699-4124-9eaa-2d1d42b02a77","Date":"2026-08-27T13:56:38.2550688Z","FrontCover":"e8655681-bc20-4ed3-b6a2-7e591cec510f","BackCover":"1b48d88c-394d-475e-8071-a4b51d93539d","Products":["b38142ea-3a58-4364-a972-37339c1764a2","aa5fdd81-6b8e-4347-8ca9-17446d8b7c37"],"Parts":["51c50c9a-a091-455d-b88a-17c5d0ba7854","104957d9-e8ee-4264-86cc-5e305e9e9671"]}
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>1b48d88c-394d-475e-8071-a4b51d93539d</BackCover>
<Currency>0441f649-89b3-4097-8d68-37ca8dbc77ef</Currency>
<Date>2026-08-27T13:56:38.2550688+00:00</Date>
<FrontCover>e8655681-bc20-4ed3-b6a2-7e591cec510f</FrontCover>
<Language>726198d5-a699-4124-9eaa-2d1d42b02a77</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>51c50c9a-a091-455d-b88a-17c5d0ba7854</d2p1:guid>
<d2p1:guid>104957d9-e8ee-4264-86cc-5e305e9e9671</d2p1:guid>
</Parts>
<PriceBook>e3184255-3d58-4ae2-9e6c-7da5e9f4980d</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b38142ea-3a58-4364-a972-37339c1764a2</d2p1:guid>
<d2p1:guid>aa5fdd81-6b8e-4347-8ca9-17446d8b7c37</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:
"80d73f0a-b2af-4b2b-ba37-4b2b7701aa97"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">80d73f0a-b2af-4b2b-ba37-4b2b7701aa97</guid>