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": "757b7ea8-0008-4dc2-8445-e6042f3886f6",
"PriceBook": "07de9982-6dbf-4420-89ed-7e2c490774f3",
"Language": "f953d1f2-b581-44f2-9c37-c94eff44eeb8",
"Date": "2026-04-06T11:36:30.7775317Z",
"FrontCover": "2354e50f-2a9a-414e-bf44-474f908a0678",
"BackCover": "9d9ef7db-a661-4dec-a96d-be800cdb9ccb",
"Products": [
"fd769d3a-80cd-4cf2-a87d-2a4160905655",
"8cb599cd-6c7e-4dde-ae22-fc1f8932af43"
],
"Parts": [
"e781dece-25ce-4258-a40f-da5be460837a",
"bb6bf13f-3eea-45ce-a28c-8e9808daa40a"
]
}
text/html
Sample:
{"Currency":"757b7ea8-0008-4dc2-8445-e6042f3886f6","PriceBook":"07de9982-6dbf-4420-89ed-7e2c490774f3","Language":"f953d1f2-b581-44f2-9c37-c94eff44eeb8","Date":"2026-04-06T11:36:30.7775317Z","FrontCover":"2354e50f-2a9a-414e-bf44-474f908a0678","BackCover":"9d9ef7db-a661-4dec-a96d-be800cdb9ccb","Products":["fd769d3a-80cd-4cf2-a87d-2a4160905655","8cb599cd-6c7e-4dde-ae22-fc1f8932af43"],"Parts":["e781dece-25ce-4258-a40f-da5be460837a","bb6bf13f-3eea-45ce-a28c-8e9808daa40a"]}
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>9d9ef7db-a661-4dec-a96d-be800cdb9ccb</BackCover>
<Currency>757b7ea8-0008-4dc2-8445-e6042f3886f6</Currency>
<Date>2026-04-06T11:36:30.7775317+00:00</Date>
<FrontCover>2354e50f-2a9a-414e-bf44-474f908a0678</FrontCover>
<Language>f953d1f2-b581-44f2-9c37-c94eff44eeb8</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e781dece-25ce-4258-a40f-da5be460837a</d2p1:guid>
<d2p1:guid>bb6bf13f-3eea-45ce-a28c-8e9808daa40a</d2p1:guid>
</Parts>
<PriceBook>07de9982-6dbf-4420-89ed-7e2c490774f3</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fd769d3a-80cd-4cf2-a87d-2a4160905655</d2p1:guid>
<d2p1:guid>8cb599cd-6c7e-4dde-ae22-fc1f8932af43</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:
"d5aae6f4-09c6-4a33-a9c4-f514923c70b0"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d5aae6f4-09c6-4a33-a9c4-f514923c70b0</guid>