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": "2cf464a2-1eae-4cf5-83c7-de66f2cdb101",
"PriceBook": "383ed283-183c-4222-bb43-b26f47b60f55",
"Language": "1ecaf168-9bab-4c21-aa7b-8291608b89c3",
"Date": "2026-07-30T16:08:38.2403184Z",
"FrontCover": "bebaeb08-cb98-44ca-9d71-78f66097aa5e",
"BackCover": "ca107833-5651-4334-b86b-ea50c8eee793",
"Products": [
"d07dbac2-effe-47a2-ac61-70b874f6df13",
"d8c665fc-901d-4e17-b957-18358762dd2b"
],
"Parts": [
"c71c0f62-043f-4963-a8f7-85a94ccd3434",
"57cbc2d8-5dd6-452c-8cee-86d2a919878c"
]
}
text/html
Sample:
{"Currency":"2cf464a2-1eae-4cf5-83c7-de66f2cdb101","PriceBook":"383ed283-183c-4222-bb43-b26f47b60f55","Language":"1ecaf168-9bab-4c21-aa7b-8291608b89c3","Date":"2026-07-30T16:08:38.2403184Z","FrontCover":"bebaeb08-cb98-44ca-9d71-78f66097aa5e","BackCover":"ca107833-5651-4334-b86b-ea50c8eee793","Products":["d07dbac2-effe-47a2-ac61-70b874f6df13","d8c665fc-901d-4e17-b957-18358762dd2b"],"Parts":["c71c0f62-043f-4963-a8f7-85a94ccd3434","57cbc2d8-5dd6-452c-8cee-86d2a919878c"]}
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>ca107833-5651-4334-b86b-ea50c8eee793</BackCover>
<Currency>2cf464a2-1eae-4cf5-83c7-de66f2cdb101</Currency>
<Date>2026-07-30T16:08:38.2403184+00:00</Date>
<FrontCover>bebaeb08-cb98-44ca-9d71-78f66097aa5e</FrontCover>
<Language>1ecaf168-9bab-4c21-aa7b-8291608b89c3</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c71c0f62-043f-4963-a8f7-85a94ccd3434</d2p1:guid>
<d2p1:guid>57cbc2d8-5dd6-452c-8cee-86d2a919878c</d2p1:guid>
</Parts>
<PriceBook>383ed283-183c-4222-bb43-b26f47b60f55</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d07dbac2-effe-47a2-ac61-70b874f6df13</d2p1:guid>
<d2p1:guid>d8c665fc-901d-4e17-b957-18358762dd2b</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:
"bf5240e2-fb92-406c-8bba-db8f5c763df1"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">bf5240e2-fb92-406c-8bba-db8f5c763df1</guid>