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": "9791303b-e8b5-4b1f-806e-4ff0313bcf7f",
"PriceBook": "59ff6f38-ff08-40c1-ab65-b604f60a3606",
"Language": "0c04dfe8-cbf8-488b-a66d-684f362ba00f",
"Date": "2025-11-15T00:07:53.717702Z",
"FrontCover": "462b0c17-770f-4523-8b09-d0525f1e7c72",
"BackCover": "ef9d2fe2-389d-4adb-8fe4-72e05187e076",
"Products": [
"14589838-40d5-454f-90a7-654182b7a5b6",
"25ce2348-8fe4-4b4f-b11c-e73b32a5fccb"
],
"Parts": [
"bf5c41fb-f932-4b65-bdc7-51fd3b6ae218",
"e1fe735d-ef97-4b2a-aa63-fe3dd1cc2520"
]
}
text/html
Sample:
{"Currency":"9791303b-e8b5-4b1f-806e-4ff0313bcf7f","PriceBook":"59ff6f38-ff08-40c1-ab65-b604f60a3606","Language":"0c04dfe8-cbf8-488b-a66d-684f362ba00f","Date":"2025-11-15T00:07:53.717702Z","FrontCover":"462b0c17-770f-4523-8b09-d0525f1e7c72","BackCover":"ef9d2fe2-389d-4adb-8fe4-72e05187e076","Products":["14589838-40d5-454f-90a7-654182b7a5b6","25ce2348-8fe4-4b4f-b11c-e73b32a5fccb"],"Parts":["bf5c41fb-f932-4b65-bdc7-51fd3b6ae218","e1fe735d-ef97-4b2a-aa63-fe3dd1cc2520"]}
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>ef9d2fe2-389d-4adb-8fe4-72e05187e076</BackCover>
<Currency>9791303b-e8b5-4b1f-806e-4ff0313bcf7f</Currency>
<Date>2025-11-15T00:07:53.717702+00:00</Date>
<FrontCover>462b0c17-770f-4523-8b09-d0525f1e7c72</FrontCover>
<Language>0c04dfe8-cbf8-488b-a66d-684f362ba00f</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bf5c41fb-f932-4b65-bdc7-51fd3b6ae218</d2p1:guid>
<d2p1:guid>e1fe735d-ef97-4b2a-aa63-fe3dd1cc2520</d2p1:guid>
</Parts>
<PriceBook>59ff6f38-ff08-40c1-ab65-b604f60a3606</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>14589838-40d5-454f-90a7-654182b7a5b6</d2p1:guid>
<d2p1:guid>25ce2348-8fe4-4b4f-b11c-e73b32a5fccb</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:
"e73f6a85-7af3-40ae-a90b-50afc1ae6f9d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e73f6a85-7af3-40ae-a90b-50afc1ae6f9d</guid>