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": "97346a27-8fa6-48ce-9d43-19386caeb892",
"PriceBook": "a11668ad-2c06-4f72-b00f-32e9a29c0679",
"Language": "475b297c-1ee2-45db-bbda-e62dc25a982f",
"Date": "2026-09-27T05:06:23.0460146Z",
"FrontCover": "0fa358d8-9499-4660-b235-fef88f0a7139",
"BackCover": "02e96a99-7122-42f9-b49d-794cb7d6ef13",
"Products": [
"f67ad464-0069-4a7e-8d17-d327efdebdea",
"09a805f5-6b3b-4360-9d86-e70aa5f25bfa"
],
"Parts": [
"08968dc7-3bd6-416d-bf53-5492fa5f7a6b",
"e23f7cef-3751-4f14-8bca-e4d3f9d26f47"
]
}
text/html
Sample:
{"Currency":"97346a27-8fa6-48ce-9d43-19386caeb892","PriceBook":"a11668ad-2c06-4f72-b00f-32e9a29c0679","Language":"475b297c-1ee2-45db-bbda-e62dc25a982f","Date":"2026-09-27T05:06:23.0460146Z","FrontCover":"0fa358d8-9499-4660-b235-fef88f0a7139","BackCover":"02e96a99-7122-42f9-b49d-794cb7d6ef13","Products":["f67ad464-0069-4a7e-8d17-d327efdebdea","09a805f5-6b3b-4360-9d86-e70aa5f25bfa"],"Parts":["08968dc7-3bd6-416d-bf53-5492fa5f7a6b","e23f7cef-3751-4f14-8bca-e4d3f9d26f47"]}
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>02e96a99-7122-42f9-b49d-794cb7d6ef13</BackCover>
<Currency>97346a27-8fa6-48ce-9d43-19386caeb892</Currency>
<Date>2026-09-27T05:06:23.0460146+00:00</Date>
<FrontCover>0fa358d8-9499-4660-b235-fef88f0a7139</FrontCover>
<Language>475b297c-1ee2-45db-bbda-e62dc25a982f</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>08968dc7-3bd6-416d-bf53-5492fa5f7a6b</d2p1:guid>
<d2p1:guid>e23f7cef-3751-4f14-8bca-e4d3f9d26f47</d2p1:guid>
</Parts>
<PriceBook>a11668ad-2c06-4f72-b00f-32e9a29c0679</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f67ad464-0069-4a7e-8d17-d327efdebdea</d2p1:guid>
<d2p1:guid>09a805f5-6b3b-4360-9d86-e70aa5f25bfa</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:
"84e14f5e-c08c-458b-9063-3dfa2504350b"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">84e14f5e-c08c-458b-9063-3dfa2504350b</guid>