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": "e50d2472-d80a-4c5c-84e8-a415ba1ebfec",
"PriceBook": "1b0160fe-c3d2-4528-9f18-703fbd1bc7d5",
"Language": "68932890-5339-4166-85dd-68721f422cd2",
"Date": "2026-08-19T08:47:04.0185642Z",
"FrontCover": "bc784556-05f6-4440-b5af-ecc142a5fd49",
"BackCover": "01befa97-3735-4ef9-bf6a-a2c4a579a725",
"Products": [
"ecf20841-847a-41f6-a82d-f9db7b2b0ac4",
"b16e061d-4797-46e6-bad0-dd2a62540a24"
],
"Parts": [
"65e6a4ec-8cde-4f8c-ad51-77186cbbba96",
"c87374ad-6177-4a35-a5fc-39c35cbe723a"
]
}
text/html
Sample:
{"Currency":"e50d2472-d80a-4c5c-84e8-a415ba1ebfec","PriceBook":"1b0160fe-c3d2-4528-9f18-703fbd1bc7d5","Language":"68932890-5339-4166-85dd-68721f422cd2","Date":"2026-08-19T08:47:04.0185642Z","FrontCover":"bc784556-05f6-4440-b5af-ecc142a5fd49","BackCover":"01befa97-3735-4ef9-bf6a-a2c4a579a725","Products":["ecf20841-847a-41f6-a82d-f9db7b2b0ac4","b16e061d-4797-46e6-bad0-dd2a62540a24"],"Parts":["65e6a4ec-8cde-4f8c-ad51-77186cbbba96","c87374ad-6177-4a35-a5fc-39c35cbe723a"]}
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>01befa97-3735-4ef9-bf6a-a2c4a579a725</BackCover>
<Currency>e50d2472-d80a-4c5c-84e8-a415ba1ebfec</Currency>
<Date>2026-08-19T08:47:04.0185642+00:00</Date>
<FrontCover>bc784556-05f6-4440-b5af-ecc142a5fd49</FrontCover>
<Language>68932890-5339-4166-85dd-68721f422cd2</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>65e6a4ec-8cde-4f8c-ad51-77186cbbba96</d2p1:guid>
<d2p1:guid>c87374ad-6177-4a35-a5fc-39c35cbe723a</d2p1:guid>
</Parts>
<PriceBook>1b0160fe-c3d2-4528-9f18-703fbd1bc7d5</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ecf20841-847a-41f6-a82d-f9db7b2b0ac4</d2p1:guid>
<d2p1:guid>b16e061d-4797-46e6-bad0-dd2a62540a24</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:
"c2259ad5-1bdc-4e39-90cc-4996bd2a2e2b"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c2259ad5-1bdc-4e39-90cc-4996bd2a2e2b</guid>