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": "2a27904c-06df-4860-9c73-fc45b4eed4ad",
"PriceBook": "2eb42121-60b0-413c-bb85-70c629ebb045",
"Language": "9301a50e-0a84-4605-8069-e7adf4616f70",
"Date": "2026-07-16T16:29:42.7934154Z",
"FrontCover": "76f6f32b-28e5-43d1-9a49-b95ffd22dfd8",
"BackCover": "94589c57-8a56-4404-b9c5-e39b8b49ba76",
"Products": [
"11261972-c010-4279-ba99-28db26666129",
"cf58a8a4-9607-489b-bea4-e6164cdc51c5"
],
"Parts": [
"750d9635-3e50-44cf-91fe-58a9daf12f92",
"05aa10e8-a884-4f59-b8a8-7976a2cb3f5b"
]
}
text/html
Sample:
{"Currency":"2a27904c-06df-4860-9c73-fc45b4eed4ad","PriceBook":"2eb42121-60b0-413c-bb85-70c629ebb045","Language":"9301a50e-0a84-4605-8069-e7adf4616f70","Date":"2026-07-16T16:29:42.7934154Z","FrontCover":"76f6f32b-28e5-43d1-9a49-b95ffd22dfd8","BackCover":"94589c57-8a56-4404-b9c5-e39b8b49ba76","Products":["11261972-c010-4279-ba99-28db26666129","cf58a8a4-9607-489b-bea4-e6164cdc51c5"],"Parts":["750d9635-3e50-44cf-91fe-58a9daf12f92","05aa10e8-a884-4f59-b8a8-7976a2cb3f5b"]}
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>94589c57-8a56-4404-b9c5-e39b8b49ba76</BackCover>
<Currency>2a27904c-06df-4860-9c73-fc45b4eed4ad</Currency>
<Date>2026-07-16T16:29:42.7934154+00:00</Date>
<FrontCover>76f6f32b-28e5-43d1-9a49-b95ffd22dfd8</FrontCover>
<Language>9301a50e-0a84-4605-8069-e7adf4616f70</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>750d9635-3e50-44cf-91fe-58a9daf12f92</d2p1:guid>
<d2p1:guid>05aa10e8-a884-4f59-b8a8-7976a2cb3f5b</d2p1:guid>
</Parts>
<PriceBook>2eb42121-60b0-413c-bb85-70c629ebb045</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>11261972-c010-4279-ba99-28db26666129</d2p1:guid>
<d2p1:guid>cf58a8a4-9607-489b-bea4-e6164cdc51c5</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:
"d7d320b4-50d6-4c7a-872a-98fb06fc6fa1"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d7d320b4-50d6-4c7a-872a-98fb06fc6fa1</guid>