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": "b1ecee94-b800-4675-96d2-c933b3e03f68",
"PriceBook": "77099e3c-db22-4c53-9ff6-cb8b6b9b5815",
"Language": "ac5beb53-728c-49ba-8249-cb8a18f0126f",
"Date": "2026-09-20T14:36:18.0357799Z",
"FrontCover": "2bc4eeaf-39dc-4d17-8389-598f1657bd40",
"BackCover": "e317485c-0028-4068-818a-78a9297d7162",
"Products": [
"e189a825-cedf-4442-93a7-d412727447b6",
"9259a3a7-a42f-4b4f-b791-71222715cf73"
],
"Parts": [
"424223f4-d788-48a8-88b9-76ccfbed36da",
"34dd8085-8f1c-4d7e-a65c-b826702826cc"
]
}
text/html
Sample:
{"Currency":"b1ecee94-b800-4675-96d2-c933b3e03f68","PriceBook":"77099e3c-db22-4c53-9ff6-cb8b6b9b5815","Language":"ac5beb53-728c-49ba-8249-cb8a18f0126f","Date":"2026-09-20T14:36:18.0357799Z","FrontCover":"2bc4eeaf-39dc-4d17-8389-598f1657bd40","BackCover":"e317485c-0028-4068-818a-78a9297d7162","Products":["e189a825-cedf-4442-93a7-d412727447b6","9259a3a7-a42f-4b4f-b791-71222715cf73"],"Parts":["424223f4-d788-48a8-88b9-76ccfbed36da","34dd8085-8f1c-4d7e-a65c-b826702826cc"]}
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>e317485c-0028-4068-818a-78a9297d7162</BackCover>
<Currency>b1ecee94-b800-4675-96d2-c933b3e03f68</Currency>
<Date>2026-09-20T14:36:18.0357799+00:00</Date>
<FrontCover>2bc4eeaf-39dc-4d17-8389-598f1657bd40</FrontCover>
<Language>ac5beb53-728c-49ba-8249-cb8a18f0126f</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>424223f4-d788-48a8-88b9-76ccfbed36da</d2p1:guid>
<d2p1:guid>34dd8085-8f1c-4d7e-a65c-b826702826cc</d2p1:guid>
</Parts>
<PriceBook>77099e3c-db22-4c53-9ff6-cb8b6b9b5815</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e189a825-cedf-4442-93a7-d412727447b6</d2p1:guid>
<d2p1:guid>9259a3a7-a42f-4b4f-b791-71222715cf73</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:
"34f76c39-1337-4843-927b-a24c74a9fabe"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">34f76c39-1337-4843-927b-a24c74a9fabe</guid>