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": "77aa119f-e686-442b-86e1-eda33ef1cb5f",
"PriceBook": "1d3dd3bf-9c4b-4288-bdca-9fad0076d4af",
"Language": "cbd5e9ec-753f-410f-ac82-8dfa4ffdf789",
"Date": "2026-07-09T15:37:26.5309038Z",
"FrontCover": "b91c55cb-2e8d-4c21-9a9c-85c1919c8f64",
"BackCover": "49eba00f-dc63-4bbd-b4e5-f4b60fb15d46",
"Products": [
"898e3d4c-2c52-4477-a516-1e72d264af4d",
"8149a090-1d02-487d-8f19-ba5aaf0ab4fe"
],
"Parts": [
"8dd15048-82b8-45e5-bfab-fb672d35e45f",
"f058394f-d72b-42d7-91a8-7c2dfd710579"
]
}
text/html
Sample:
{"Currency":"77aa119f-e686-442b-86e1-eda33ef1cb5f","PriceBook":"1d3dd3bf-9c4b-4288-bdca-9fad0076d4af","Language":"cbd5e9ec-753f-410f-ac82-8dfa4ffdf789","Date":"2026-07-09T15:37:26.5309038Z","FrontCover":"b91c55cb-2e8d-4c21-9a9c-85c1919c8f64","BackCover":"49eba00f-dc63-4bbd-b4e5-f4b60fb15d46","Products":["898e3d4c-2c52-4477-a516-1e72d264af4d","8149a090-1d02-487d-8f19-ba5aaf0ab4fe"],"Parts":["8dd15048-82b8-45e5-bfab-fb672d35e45f","f058394f-d72b-42d7-91a8-7c2dfd710579"]}
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>49eba00f-dc63-4bbd-b4e5-f4b60fb15d46</BackCover>
<Currency>77aa119f-e686-442b-86e1-eda33ef1cb5f</Currency>
<Date>2026-07-09T15:37:26.5309038+00:00</Date>
<FrontCover>b91c55cb-2e8d-4c21-9a9c-85c1919c8f64</FrontCover>
<Language>cbd5e9ec-753f-410f-ac82-8dfa4ffdf789</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8dd15048-82b8-45e5-bfab-fb672d35e45f</d2p1:guid>
<d2p1:guid>f058394f-d72b-42d7-91a8-7c2dfd710579</d2p1:guid>
</Parts>
<PriceBook>1d3dd3bf-9c4b-4288-bdca-9fad0076d4af</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>898e3d4c-2c52-4477-a516-1e72d264af4d</d2p1:guid>
<d2p1:guid>8149a090-1d02-487d-8f19-ba5aaf0ab4fe</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:
"718b6ea1-5bb9-44ed-964a-447b9b804467"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">718b6ea1-5bb9-44ed-964a-447b9b804467</guid>