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": "cf134a69-6687-45c7-9c11-f112f004f3aa",
"PriceBook": "90609c46-004b-493a-b47f-4f339af1dde9",
"Language": "9ab848ed-ad90-46fa-a738-802d057a369d",
"Date": "2026-03-02T12:18:31.7874184Z",
"FrontCover": "d3ca3426-a3d9-444a-9a13-daa2b96553f8",
"BackCover": "428636ab-2854-4307-849d-5ece1caf256b",
"Products": [
"07e89ba3-c47a-4fec-b0c3-50043a9cef83",
"4f6cd689-36bf-4c18-bd58-1a52c1027812"
],
"Parts": [
"b6566d78-ef3b-48ec-9793-b200e32c3fe5",
"b535dc54-3d8b-43d5-886c-f140077276c3"
]
}
text/html
Sample:
{"Currency":"cf134a69-6687-45c7-9c11-f112f004f3aa","PriceBook":"90609c46-004b-493a-b47f-4f339af1dde9","Language":"9ab848ed-ad90-46fa-a738-802d057a369d","Date":"2026-03-02T12:18:31.7874184Z","FrontCover":"d3ca3426-a3d9-444a-9a13-daa2b96553f8","BackCover":"428636ab-2854-4307-849d-5ece1caf256b","Products":["07e89ba3-c47a-4fec-b0c3-50043a9cef83","4f6cd689-36bf-4c18-bd58-1a52c1027812"],"Parts":["b6566d78-ef3b-48ec-9793-b200e32c3fe5","b535dc54-3d8b-43d5-886c-f140077276c3"]}
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>428636ab-2854-4307-849d-5ece1caf256b</BackCover>
<Currency>cf134a69-6687-45c7-9c11-f112f004f3aa</Currency>
<Date>2026-03-02T12:18:31.7874184+00:00</Date>
<FrontCover>d3ca3426-a3d9-444a-9a13-daa2b96553f8</FrontCover>
<Language>9ab848ed-ad90-46fa-a738-802d057a369d</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b6566d78-ef3b-48ec-9793-b200e32c3fe5</d2p1:guid>
<d2p1:guid>b535dc54-3d8b-43d5-886c-f140077276c3</d2p1:guid>
</Parts>
<PriceBook>90609c46-004b-493a-b47f-4f339af1dde9</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>07e89ba3-c47a-4fec-b0c3-50043a9cef83</d2p1:guid>
<d2p1:guid>4f6cd689-36bf-4c18-bd58-1a52c1027812</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:
"68c9b1a8-fbe2-4e7f-b5b5-95b8c420a077"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">68c9b1a8-fbe2-4e7f-b5b5-95b8c420a077</guid>