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": "b166ac0d-eb2d-4cda-9924-296904946121",
"PriceBook": "32af8f70-7059-4c15-a18e-a16252bad355",
"Language": "32b83835-a798-4aa4-a6b8-957fa0c2d197",
"Date": "2026-05-22T04:56:59.7601887Z",
"FrontCover": "e98e5402-bfc8-4d6f-9727-7e5e6ee47b0d",
"BackCover": "05563e04-6a9e-4c30-86da-7849f70a12d4",
"Products": [
"99624201-31dc-4168-810f-e9a16f0b2397",
"9d4216c8-d5d3-4027-8d9d-ca650c830f54"
],
"Parts": [
"5dc3cb0b-db43-4806-9d78-96654904f4d0",
"78684978-58e7-4229-b380-04e928bc2b62"
]
}
text/html
Sample:
{"Currency":"b166ac0d-eb2d-4cda-9924-296904946121","PriceBook":"32af8f70-7059-4c15-a18e-a16252bad355","Language":"32b83835-a798-4aa4-a6b8-957fa0c2d197","Date":"2026-05-22T04:56:59.7601887Z","FrontCover":"e98e5402-bfc8-4d6f-9727-7e5e6ee47b0d","BackCover":"05563e04-6a9e-4c30-86da-7849f70a12d4","Products":["99624201-31dc-4168-810f-e9a16f0b2397","9d4216c8-d5d3-4027-8d9d-ca650c830f54"],"Parts":["5dc3cb0b-db43-4806-9d78-96654904f4d0","78684978-58e7-4229-b380-04e928bc2b62"]}
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>05563e04-6a9e-4c30-86da-7849f70a12d4</BackCover>
<Currency>b166ac0d-eb2d-4cda-9924-296904946121</Currency>
<Date>2026-05-22T04:56:59.7601887+00:00</Date>
<FrontCover>e98e5402-bfc8-4d6f-9727-7e5e6ee47b0d</FrontCover>
<Language>32b83835-a798-4aa4-a6b8-957fa0c2d197</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5dc3cb0b-db43-4806-9d78-96654904f4d0</d2p1:guid>
<d2p1:guid>78684978-58e7-4229-b380-04e928bc2b62</d2p1:guid>
</Parts>
<PriceBook>32af8f70-7059-4c15-a18e-a16252bad355</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>99624201-31dc-4168-810f-e9a16f0b2397</d2p1:guid>
<d2p1:guid>9d4216c8-d5d3-4027-8d9d-ca650c830f54</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:
"3826bf1d-cfdd-4760-aa4e-b7eb3f4b35cb"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3826bf1d-cfdd-4760-aa4e-b7eb3f4b35cb</guid>