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": "eed2d16e-b39a-49c7-9372-e492703dba5c",
"PriceBook": "c0f6ab00-1771-477f-8de2-7e1c3a1ed1a9",
"Language": "97b9b288-fe8a-4d62-9d11-d1ed42bc739d",
"Date": "2026-07-14T21:32:14.1966264Z",
"FrontCover": "ba0491b8-e8ed-4ee0-848d-126a17862b05",
"BackCover": "e50024d4-8a09-4d25-9506-87890d2e2472",
"Products": [
"b9be1361-6465-43c3-938c-4e3eca482882",
"f39676dd-cdee-4069-80b4-7a0bdc97a30d"
],
"Parts": [
"b5671712-affe-41cb-95b1-3d76c796f5e2",
"3e27389a-9d05-47ea-a627-68ddd22d2b8d"
]
}
text/html
Sample:
{"Currency":"eed2d16e-b39a-49c7-9372-e492703dba5c","PriceBook":"c0f6ab00-1771-477f-8de2-7e1c3a1ed1a9","Language":"97b9b288-fe8a-4d62-9d11-d1ed42bc739d","Date":"2026-07-14T21:32:14.1966264Z","FrontCover":"ba0491b8-e8ed-4ee0-848d-126a17862b05","BackCover":"e50024d4-8a09-4d25-9506-87890d2e2472","Products":["b9be1361-6465-43c3-938c-4e3eca482882","f39676dd-cdee-4069-80b4-7a0bdc97a30d"],"Parts":["b5671712-affe-41cb-95b1-3d76c796f5e2","3e27389a-9d05-47ea-a627-68ddd22d2b8d"]}
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>e50024d4-8a09-4d25-9506-87890d2e2472</BackCover>
<Currency>eed2d16e-b39a-49c7-9372-e492703dba5c</Currency>
<Date>2026-07-14T21:32:14.1966264+00:00</Date>
<FrontCover>ba0491b8-e8ed-4ee0-848d-126a17862b05</FrontCover>
<Language>97b9b288-fe8a-4d62-9d11-d1ed42bc739d</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b5671712-affe-41cb-95b1-3d76c796f5e2</d2p1:guid>
<d2p1:guid>3e27389a-9d05-47ea-a627-68ddd22d2b8d</d2p1:guid>
</Parts>
<PriceBook>c0f6ab00-1771-477f-8de2-7e1c3a1ed1a9</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b9be1361-6465-43c3-938c-4e3eca482882</d2p1:guid>
<d2p1:guid>f39676dd-cdee-4069-80b4-7a0bdc97a30d</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:
"3e32fb9f-57f0-481f-9d6f-3cd3b1c6ab99"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3e32fb9f-57f0-481f-9d6f-3cd3b1c6ab99</guid>