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": "650d1f99-d418-484e-8e66-699b2bd1cbea",
"PriceBook": "e95be2df-ba58-40c0-95e8-59a3bea59af7",
"Language": "a9bbb140-359a-45f5-ae12-7968a65db6fd",
"Date": "2026-02-23T13:37:56.8632647Z",
"FrontCover": "8dceba48-f4cf-4f45-98d3-03ddcc282ac0",
"BackCover": "f373ffb5-4f26-4eb3-a8e5-3f2f773791f0",
"Products": [
"5a7a264e-3bb3-4971-b44d-9dc431ed46e5",
"8a4a8f78-7e0d-4d1a-83cb-d8b80c749fe8"
],
"Parts": [
"14eb5743-70b1-465f-8079-fad1cd7fb46f",
"b1f6667e-69f6-47ca-b3a8-3207a4a1042e"
]
}
text/html
Sample:
{"Currency":"650d1f99-d418-484e-8e66-699b2bd1cbea","PriceBook":"e95be2df-ba58-40c0-95e8-59a3bea59af7","Language":"a9bbb140-359a-45f5-ae12-7968a65db6fd","Date":"2026-02-23T13:37:56.8632647Z","FrontCover":"8dceba48-f4cf-4f45-98d3-03ddcc282ac0","BackCover":"f373ffb5-4f26-4eb3-a8e5-3f2f773791f0","Products":["5a7a264e-3bb3-4971-b44d-9dc431ed46e5","8a4a8f78-7e0d-4d1a-83cb-d8b80c749fe8"],"Parts":["14eb5743-70b1-465f-8079-fad1cd7fb46f","b1f6667e-69f6-47ca-b3a8-3207a4a1042e"]}
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>f373ffb5-4f26-4eb3-a8e5-3f2f773791f0</BackCover>
<Currency>650d1f99-d418-484e-8e66-699b2bd1cbea</Currency>
<Date>2026-02-23T13:37:56.8632647+00:00</Date>
<FrontCover>8dceba48-f4cf-4f45-98d3-03ddcc282ac0</FrontCover>
<Language>a9bbb140-359a-45f5-ae12-7968a65db6fd</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>14eb5743-70b1-465f-8079-fad1cd7fb46f</d2p1:guid>
<d2p1:guid>b1f6667e-69f6-47ca-b3a8-3207a4a1042e</d2p1:guid>
</Parts>
<PriceBook>e95be2df-ba58-40c0-95e8-59a3bea59af7</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5a7a264e-3bb3-4971-b44d-9dc431ed46e5</d2p1:guid>
<d2p1:guid>8a4a8f78-7e0d-4d1a-83cb-d8b80c749fe8</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:
"bb1e0ca2-dc77-4c0e-bce4-4fa7c9bc0952"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">bb1e0ca2-dc77-4c0e-bce4-4fa7c9bc0952</guid>