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": "cb9769f1-8e79-45f4-857c-71784a5ca297",
"PriceBook": "37b36b4b-50bb-4cc8-87c5-e68f4ca4633c",
"Language": "baad445f-159e-4aa6-a288-8ac891d7a85e",
"Date": "2026-02-27T01:02:56.6739557Z",
"FrontCover": "3b85a9b9-e1ad-436b-ab00-5a1342213cab",
"BackCover": "d56aa16c-05d3-4563-a997-361eaf6efb29",
"Products": [
"44e7118a-540a-4bf8-9a3f-b8e1c8e8dd6c",
"a3f5d8b1-38e7-4664-a9b2-e2c6354da141"
],
"Parts": [
"be9cc849-5d13-4646-b27d-c537e824f3b8",
"854dfc89-fbc0-4884-94da-1a2d5d70c440"
]
}
text/html
Sample:
{"Currency":"cb9769f1-8e79-45f4-857c-71784a5ca297","PriceBook":"37b36b4b-50bb-4cc8-87c5-e68f4ca4633c","Language":"baad445f-159e-4aa6-a288-8ac891d7a85e","Date":"2026-02-27T01:02:56.6739557Z","FrontCover":"3b85a9b9-e1ad-436b-ab00-5a1342213cab","BackCover":"d56aa16c-05d3-4563-a997-361eaf6efb29","Products":["44e7118a-540a-4bf8-9a3f-b8e1c8e8dd6c","a3f5d8b1-38e7-4664-a9b2-e2c6354da141"],"Parts":["be9cc849-5d13-4646-b27d-c537e824f3b8","854dfc89-fbc0-4884-94da-1a2d5d70c440"]}
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>d56aa16c-05d3-4563-a997-361eaf6efb29</BackCover>
<Currency>cb9769f1-8e79-45f4-857c-71784a5ca297</Currency>
<Date>2026-02-27T01:02:56.6739557+00:00</Date>
<FrontCover>3b85a9b9-e1ad-436b-ab00-5a1342213cab</FrontCover>
<Language>baad445f-159e-4aa6-a288-8ac891d7a85e</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>be9cc849-5d13-4646-b27d-c537e824f3b8</d2p1:guid>
<d2p1:guid>854dfc89-fbc0-4884-94da-1a2d5d70c440</d2p1:guid>
</Parts>
<PriceBook>37b36b4b-50bb-4cc8-87c5-e68f4ca4633c</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>44e7118a-540a-4bf8-9a3f-b8e1c8e8dd6c</d2p1:guid>
<d2p1:guid>a3f5d8b1-38e7-4664-a9b2-e2c6354da141</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:
"062b7af8-7dae-4c01-aaf5-aed775583a79"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">062b7af8-7dae-4c01-aaf5-aed775583a79</guid>