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": "67fefa68-81d7-458f-838f-e4adef9e6048",
"PriceBook": "e18f306c-6516-47e7-a721-a82492b064f4",
"Language": "fbfe622e-8d15-499a-bce5-71689a087226",
"Date": "2026-03-27T02:11:48.6952334Z",
"FrontCover": "f37a88ab-e84f-401c-b167-0afb89952664",
"BackCover": "04505d5f-3642-4578-ad40-cfa3fa35f8c4",
"Products": [
"a2f08dc5-b565-4e5e-a9be-e3d4639dd5fb",
"d8075274-5682-46f8-9a6a-16fd26c1ef3f"
],
"Parts": [
"b71b8227-0044-44dc-9c62-92388adf78f5",
"3a0f80e2-3430-444b-a36b-a1a3d8af4746"
]
}
text/html
Sample:
{"Currency":"67fefa68-81d7-458f-838f-e4adef9e6048","PriceBook":"e18f306c-6516-47e7-a721-a82492b064f4","Language":"fbfe622e-8d15-499a-bce5-71689a087226","Date":"2026-03-27T02:11:48.6952334Z","FrontCover":"f37a88ab-e84f-401c-b167-0afb89952664","BackCover":"04505d5f-3642-4578-ad40-cfa3fa35f8c4","Products":["a2f08dc5-b565-4e5e-a9be-e3d4639dd5fb","d8075274-5682-46f8-9a6a-16fd26c1ef3f"],"Parts":["b71b8227-0044-44dc-9c62-92388adf78f5","3a0f80e2-3430-444b-a36b-a1a3d8af4746"]}
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>04505d5f-3642-4578-ad40-cfa3fa35f8c4</BackCover>
<Currency>67fefa68-81d7-458f-838f-e4adef9e6048</Currency>
<Date>2026-03-27T02:11:48.6952334+00:00</Date>
<FrontCover>f37a88ab-e84f-401c-b167-0afb89952664</FrontCover>
<Language>fbfe622e-8d15-499a-bce5-71689a087226</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b71b8227-0044-44dc-9c62-92388adf78f5</d2p1:guid>
<d2p1:guid>3a0f80e2-3430-444b-a36b-a1a3d8af4746</d2p1:guid>
</Parts>
<PriceBook>e18f306c-6516-47e7-a721-a82492b064f4</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a2f08dc5-b565-4e5e-a9be-e3d4639dd5fb</d2p1:guid>
<d2p1:guid>d8075274-5682-46f8-9a6a-16fd26c1ef3f</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:
"ccf57b07-080c-4333-9885-dc17911db3bc"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ccf57b07-080c-4333-9885-dc17911db3bc</guid>