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": "15d3b6fe-31b4-4f30-bbda-b6c0bbcf16de",
"PriceBook": "aed944a6-30fe-4681-816b-7054dde52562",
"Language": "2525222a-4641-4d6a-bedf-b2769d5f69ab",
"Date": "2026-05-12T14:17:18.6053521Z",
"FrontCover": "3d76744e-3295-43f0-b757-c5ba80a2f9b6",
"BackCover": "a1b0e6c8-0238-4d54-b3e7-5ee396654084",
"Products": [
"047709e4-e6d3-4e9f-9259-4c3cde7170f4",
"88e0eb4c-9974-4e43-a684-9bb08b1b836f"
],
"Parts": [
"ce55d352-a83f-4130-b29d-bac7d654046c",
"2ab750f5-4d44-4e99-b929-e388e38f30d3"
]
}
text/html
Sample:
{"Currency":"15d3b6fe-31b4-4f30-bbda-b6c0bbcf16de","PriceBook":"aed944a6-30fe-4681-816b-7054dde52562","Language":"2525222a-4641-4d6a-bedf-b2769d5f69ab","Date":"2026-05-12T14:17:18.6053521Z","FrontCover":"3d76744e-3295-43f0-b757-c5ba80a2f9b6","BackCover":"a1b0e6c8-0238-4d54-b3e7-5ee396654084","Products":["047709e4-e6d3-4e9f-9259-4c3cde7170f4","88e0eb4c-9974-4e43-a684-9bb08b1b836f"],"Parts":["ce55d352-a83f-4130-b29d-bac7d654046c","2ab750f5-4d44-4e99-b929-e388e38f30d3"]}
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>a1b0e6c8-0238-4d54-b3e7-5ee396654084</BackCover>
<Currency>15d3b6fe-31b4-4f30-bbda-b6c0bbcf16de</Currency>
<Date>2026-05-12T14:17:18.6053521+00:00</Date>
<FrontCover>3d76744e-3295-43f0-b757-c5ba80a2f9b6</FrontCover>
<Language>2525222a-4641-4d6a-bedf-b2769d5f69ab</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ce55d352-a83f-4130-b29d-bac7d654046c</d2p1:guid>
<d2p1:guid>2ab750f5-4d44-4e99-b929-e388e38f30d3</d2p1:guid>
</Parts>
<PriceBook>aed944a6-30fe-4681-816b-7054dde52562</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>047709e4-e6d3-4e9f-9259-4c3cde7170f4</d2p1:guid>
<d2p1:guid>88e0eb4c-9974-4e43-a684-9bb08b1b836f</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:
"4278e82d-f1f1-42d8-a2db-2f34e00fdefc"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4278e82d-f1f1-42d8-a2db-2f34e00fdefc</guid>