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": "6b55f042-9a93-4920-b826-ac1bf12221b5",
"PriceBook": "e2132364-28cb-4f09-b5c4-585a3709f64e",
"Language": "0b9b05b5-fa89-48eb-9ea9-5df02ca9020e",
"Date": "2026-06-15T22:11:19.8971221Z",
"FrontCover": "415edd18-37fd-47e9-8973-c0ad70a6ae21",
"BackCover": "b9160fc5-6cde-48c1-b72c-9dcb5569c0a0",
"Products": [
"77b45999-ec37-4b76-a127-6fddc1216b1b",
"980b2c2a-e4b7-4904-b4e0-f2446ae59f73"
],
"Parts": [
"9da05a37-1ab2-438d-a03e-76eaffcc2805",
"165789e5-0e95-42e8-9a9d-31df16db25bb"
]
}
text/html
Sample:
{"Currency":"6b55f042-9a93-4920-b826-ac1bf12221b5","PriceBook":"e2132364-28cb-4f09-b5c4-585a3709f64e","Language":"0b9b05b5-fa89-48eb-9ea9-5df02ca9020e","Date":"2026-06-15T22:11:19.8971221Z","FrontCover":"415edd18-37fd-47e9-8973-c0ad70a6ae21","BackCover":"b9160fc5-6cde-48c1-b72c-9dcb5569c0a0","Products":["77b45999-ec37-4b76-a127-6fddc1216b1b","980b2c2a-e4b7-4904-b4e0-f2446ae59f73"],"Parts":["9da05a37-1ab2-438d-a03e-76eaffcc2805","165789e5-0e95-42e8-9a9d-31df16db25bb"]}
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>b9160fc5-6cde-48c1-b72c-9dcb5569c0a0</BackCover>
<Currency>6b55f042-9a93-4920-b826-ac1bf12221b5</Currency>
<Date>2026-06-15T22:11:19.8971221+00:00</Date>
<FrontCover>415edd18-37fd-47e9-8973-c0ad70a6ae21</FrontCover>
<Language>0b9b05b5-fa89-48eb-9ea9-5df02ca9020e</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9da05a37-1ab2-438d-a03e-76eaffcc2805</d2p1:guid>
<d2p1:guid>165789e5-0e95-42e8-9a9d-31df16db25bb</d2p1:guid>
</Parts>
<PriceBook>e2132364-28cb-4f09-b5c4-585a3709f64e</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>77b45999-ec37-4b76-a127-6fddc1216b1b</d2p1:guid>
<d2p1:guid>980b2c2a-e4b7-4904-b4e0-f2446ae59f73</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:
"98f5655a-b7f7-42b8-8c45-cd284dab91da"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">98f5655a-b7f7-42b8-8c45-cd284dab91da</guid>