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": "e9e5174d-da27-4de8-9560-a5bf8739845c",
"PriceBook": "cf29e38d-d44d-4102-a72c-206361c09343",
"Language": "f496bbfe-5add-48d8-bc87-c6cb63bb6901",
"Date": "2026-06-21T17:29:10.433228Z",
"FrontCover": "cda31271-de87-44fc-9f07-9beb4048199a",
"BackCover": "f5215826-9488-4822-b4c3-136a6659f47e",
"Products": [
"920242f5-9208-4708-abf0-128c2084968b",
"d04323ce-9784-4c37-9605-69fe8b4c0959"
],
"Parts": [
"fe577e22-8f06-404d-8ae7-d0d3cb158bb9",
"39fca1d4-d8ab-4fb9-a498-92f46d1bb5f1"
]
}
text/html
Sample:
{"Currency":"e9e5174d-da27-4de8-9560-a5bf8739845c","PriceBook":"cf29e38d-d44d-4102-a72c-206361c09343","Language":"f496bbfe-5add-48d8-bc87-c6cb63bb6901","Date":"2026-06-21T17:29:10.433228Z","FrontCover":"cda31271-de87-44fc-9f07-9beb4048199a","BackCover":"f5215826-9488-4822-b4c3-136a6659f47e","Products":["920242f5-9208-4708-abf0-128c2084968b","d04323ce-9784-4c37-9605-69fe8b4c0959"],"Parts":["fe577e22-8f06-404d-8ae7-d0d3cb158bb9","39fca1d4-d8ab-4fb9-a498-92f46d1bb5f1"]}
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>f5215826-9488-4822-b4c3-136a6659f47e</BackCover>
<Currency>e9e5174d-da27-4de8-9560-a5bf8739845c</Currency>
<Date>2026-06-21T17:29:10.433228+00:00</Date>
<FrontCover>cda31271-de87-44fc-9f07-9beb4048199a</FrontCover>
<Language>f496bbfe-5add-48d8-bc87-c6cb63bb6901</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fe577e22-8f06-404d-8ae7-d0d3cb158bb9</d2p1:guid>
<d2p1:guid>39fca1d4-d8ab-4fb9-a498-92f46d1bb5f1</d2p1:guid>
</Parts>
<PriceBook>cf29e38d-d44d-4102-a72c-206361c09343</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>920242f5-9208-4708-abf0-128c2084968b</d2p1:guid>
<d2p1:guid>d04323ce-9784-4c37-9605-69fe8b4c0959</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:
"eb85c472-0330-436a-bff5-7691ce0f2491"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">eb85c472-0330-436a-bff5-7691ce0f2491</guid>