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": "64bd73e7-3e5a-482e-9a90-387b6db7bac0",
"PriceBook": "5f19e387-338c-46ef-8520-d54281f34606",
"Language": "b552c675-6086-4d3a-baa6-7fa94309dbdc",
"Date": "2026-07-02T07:06:58.0360347Z",
"FrontCover": "aeb68285-ab6c-408b-ab8c-a5131c70b0f5",
"BackCover": "9a9aeab5-4a8b-4b6d-afe2-f408c84d2c0a",
"Products": [
"a52e9102-c127-454f-b88e-07c402d65a75",
"a2714244-a19a-4f68-8a24-7b2b5cebb444"
],
"Parts": [
"34ca6b2d-90d9-4487-9759-05aaf9717d0a",
"3d521192-4499-4cb4-8220-114166d1ae34"
]
}
text/html
Sample:
{"Currency":"64bd73e7-3e5a-482e-9a90-387b6db7bac0","PriceBook":"5f19e387-338c-46ef-8520-d54281f34606","Language":"b552c675-6086-4d3a-baa6-7fa94309dbdc","Date":"2026-07-02T07:06:58.0360347Z","FrontCover":"aeb68285-ab6c-408b-ab8c-a5131c70b0f5","BackCover":"9a9aeab5-4a8b-4b6d-afe2-f408c84d2c0a","Products":["a52e9102-c127-454f-b88e-07c402d65a75","a2714244-a19a-4f68-8a24-7b2b5cebb444"],"Parts":["34ca6b2d-90d9-4487-9759-05aaf9717d0a","3d521192-4499-4cb4-8220-114166d1ae34"]}
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>9a9aeab5-4a8b-4b6d-afe2-f408c84d2c0a</BackCover>
<Currency>64bd73e7-3e5a-482e-9a90-387b6db7bac0</Currency>
<Date>2026-07-02T07:06:58.0360347+00:00</Date>
<FrontCover>aeb68285-ab6c-408b-ab8c-a5131c70b0f5</FrontCover>
<Language>b552c675-6086-4d3a-baa6-7fa94309dbdc</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>34ca6b2d-90d9-4487-9759-05aaf9717d0a</d2p1:guid>
<d2p1:guid>3d521192-4499-4cb4-8220-114166d1ae34</d2p1:guid>
</Parts>
<PriceBook>5f19e387-338c-46ef-8520-d54281f34606</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a52e9102-c127-454f-b88e-07c402d65a75</d2p1:guid>
<d2p1:guid>a2714244-a19a-4f68-8a24-7b2b5cebb444</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:
"8d514e77-cbbc-4abf-92ef-9f258ecc2c7b"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8d514e77-cbbc-4abf-92ef-9f258ecc2c7b</guid>