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": "42a01b10-1638-44cc-bc72-d6c6bc8798df",
"PriceBook": "6c653558-bf48-420e-a174-7bca77fa2ac6",
"Language": "966de036-3bf2-40a6-8d92-b7b5662ac2ae",
"Date": "2026-05-06T10:39:37.2947017Z",
"FrontCover": "faed5dcc-14bf-4c8f-9750-ea90dd71181c",
"BackCover": "e29a012d-e658-4249-b5b0-fffd1db0c3f5",
"Products": [
"479cb257-d7ee-4bf1-bf01-b1f0f699de64",
"3bf62662-650b-4f7b-a4a0-07e96207bfcf"
],
"Parts": [
"f031a267-b881-4e6b-87fe-b7e99af12f0b",
"6bf28d9b-86a8-4e88-830b-3062b09e738d"
]
}
text/html
Sample:
{"Currency":"42a01b10-1638-44cc-bc72-d6c6bc8798df","PriceBook":"6c653558-bf48-420e-a174-7bca77fa2ac6","Language":"966de036-3bf2-40a6-8d92-b7b5662ac2ae","Date":"2026-05-06T10:39:37.2947017Z","FrontCover":"faed5dcc-14bf-4c8f-9750-ea90dd71181c","BackCover":"e29a012d-e658-4249-b5b0-fffd1db0c3f5","Products":["479cb257-d7ee-4bf1-bf01-b1f0f699de64","3bf62662-650b-4f7b-a4a0-07e96207bfcf"],"Parts":["f031a267-b881-4e6b-87fe-b7e99af12f0b","6bf28d9b-86a8-4e88-830b-3062b09e738d"]}
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>e29a012d-e658-4249-b5b0-fffd1db0c3f5</BackCover>
<Currency>42a01b10-1638-44cc-bc72-d6c6bc8798df</Currency>
<Date>2026-05-06T10:39:37.2947017+00:00</Date>
<FrontCover>faed5dcc-14bf-4c8f-9750-ea90dd71181c</FrontCover>
<Language>966de036-3bf2-40a6-8d92-b7b5662ac2ae</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f031a267-b881-4e6b-87fe-b7e99af12f0b</d2p1:guid>
<d2p1:guid>6bf28d9b-86a8-4e88-830b-3062b09e738d</d2p1:guid>
</Parts>
<PriceBook>6c653558-bf48-420e-a174-7bca77fa2ac6</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>479cb257-d7ee-4bf1-bf01-b1f0f699de64</d2p1:guid>
<d2p1:guid>3bf62662-650b-4f7b-a4a0-07e96207bfcf</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:
"a8496e41-de05-4c73-9a32-de778d54e4e5"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a8496e41-de05-4c73-9a32-de778d54e4e5</guid>