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": "806dafef-3559-43d4-b0eb-9b365cb3a6f1",
"PriceBook": "7907e22b-7012-4055-b128-d8b3d8ae45f8",
"Language": "35f868d3-c48e-43d6-846a-6c3e6a7bfaa7",
"Date": "2026-06-17T22:25:28.801643Z",
"FrontCover": "1246a87c-299f-4e77-b332-b7f7002b6815",
"BackCover": "dcda6a1e-0b3d-4fab-917c-7639df148756",
"Products": [
"f7330396-2dc7-4fac-a6c7-081e6aa8573b",
"5e98f7d4-926b-4525-b2f9-cdc6c851ce3b"
],
"Parts": [
"d196865f-0a4c-4a9c-924a-89b523c4bdaf",
"ff7b8993-61f2-4f21-982a-62140f6c0d5f"
]
}
text/html
Sample:
{"Currency":"806dafef-3559-43d4-b0eb-9b365cb3a6f1","PriceBook":"7907e22b-7012-4055-b128-d8b3d8ae45f8","Language":"35f868d3-c48e-43d6-846a-6c3e6a7bfaa7","Date":"2026-06-17T22:25:28.801643Z","FrontCover":"1246a87c-299f-4e77-b332-b7f7002b6815","BackCover":"dcda6a1e-0b3d-4fab-917c-7639df148756","Products":["f7330396-2dc7-4fac-a6c7-081e6aa8573b","5e98f7d4-926b-4525-b2f9-cdc6c851ce3b"],"Parts":["d196865f-0a4c-4a9c-924a-89b523c4bdaf","ff7b8993-61f2-4f21-982a-62140f6c0d5f"]}
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>dcda6a1e-0b3d-4fab-917c-7639df148756</BackCover>
<Currency>806dafef-3559-43d4-b0eb-9b365cb3a6f1</Currency>
<Date>2026-06-17T22:25:28.801643+00:00</Date>
<FrontCover>1246a87c-299f-4e77-b332-b7f7002b6815</FrontCover>
<Language>35f868d3-c48e-43d6-846a-6c3e6a7bfaa7</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d196865f-0a4c-4a9c-924a-89b523c4bdaf</d2p1:guid>
<d2p1:guid>ff7b8993-61f2-4f21-982a-62140f6c0d5f</d2p1:guid>
</Parts>
<PriceBook>7907e22b-7012-4055-b128-d8b3d8ae45f8</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f7330396-2dc7-4fac-a6c7-081e6aa8573b</d2p1:guid>
<d2p1:guid>5e98f7d4-926b-4525-b2f9-cdc6c851ce3b</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:
"386f6537-6d1f-45e2-a9ec-102fa2513959"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">386f6537-6d1f-45e2-a9ec-102fa2513959</guid>