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": "b39198b2-2dce-48d0-8914-1f3b0b102fa9",
"PriceBook": "d2270631-c083-4b44-835a-ecbb769b5c75",
"Language": "42ccba32-1ef8-4f02-b3cd-545d33bc48ed",
"Date": "2026-04-07T09:06:17.8569158Z",
"FrontCover": "af83b410-77b2-412d-b07f-2fedaa9fcc9b",
"BackCover": "dbc96171-5dc5-42eb-8f22-91b1f32785d9",
"Products": [
"ec41ccb4-f7ec-45fa-8670-574babc1311a",
"0418e912-70b6-4674-b767-e017bee8b618"
],
"Parts": [
"d583b33d-7cde-4bbe-bbd5-8d1d14ec0e49",
"766ab10f-827f-418c-8cdb-d3387fa226ec"
]
}
text/html
Sample:
{"Currency":"b39198b2-2dce-48d0-8914-1f3b0b102fa9","PriceBook":"d2270631-c083-4b44-835a-ecbb769b5c75","Language":"42ccba32-1ef8-4f02-b3cd-545d33bc48ed","Date":"2026-04-07T09:06:17.8569158Z","FrontCover":"af83b410-77b2-412d-b07f-2fedaa9fcc9b","BackCover":"dbc96171-5dc5-42eb-8f22-91b1f32785d9","Products":["ec41ccb4-f7ec-45fa-8670-574babc1311a","0418e912-70b6-4674-b767-e017bee8b618"],"Parts":["d583b33d-7cde-4bbe-bbd5-8d1d14ec0e49","766ab10f-827f-418c-8cdb-d3387fa226ec"]}
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>dbc96171-5dc5-42eb-8f22-91b1f32785d9</BackCover>
<Currency>b39198b2-2dce-48d0-8914-1f3b0b102fa9</Currency>
<Date>2026-04-07T09:06:17.8569158+00:00</Date>
<FrontCover>af83b410-77b2-412d-b07f-2fedaa9fcc9b</FrontCover>
<Language>42ccba32-1ef8-4f02-b3cd-545d33bc48ed</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d583b33d-7cde-4bbe-bbd5-8d1d14ec0e49</d2p1:guid>
<d2p1:guid>766ab10f-827f-418c-8cdb-d3387fa226ec</d2p1:guid>
</Parts>
<PriceBook>d2270631-c083-4b44-835a-ecbb769b5c75</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ec41ccb4-f7ec-45fa-8670-574babc1311a</d2p1:guid>
<d2p1:guid>0418e912-70b6-4674-b767-e017bee8b618</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:
"29480e8d-7da6-45ec-a47d-f3e8cf61a4eb"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">29480e8d-7da6-45ec-a47d-f3e8cf61a4eb</guid>