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": "f7f060e2-82fb-45e9-9371-63da9a11380b",
"PriceBook": "945c6832-c546-478a-b8e8-a7b6772f590e",
"Language": "3042f739-6ba4-43dc-8d4c-eeec4b8a9909",
"Date": "2026-08-05T23:38:44.8073985Z",
"FrontCover": "7daac46d-b3e3-46ec-94a1-be0c0de25f46",
"BackCover": "a945ed21-ff18-41de-aeea-f2b9b16d9e11",
"Products": [
"e529a7d5-45e3-4648-a172-98f0515dbf54",
"8f9d6a27-9b59-4783-ba2b-ba2d4c92a480"
],
"Parts": [
"9747563a-d8b3-411e-ade6-a81150e576d7",
"2d04897f-c585-41c8-8dbb-73b1c0a9cffa"
]
}
text/html
Sample:
{"Currency":"f7f060e2-82fb-45e9-9371-63da9a11380b","PriceBook":"945c6832-c546-478a-b8e8-a7b6772f590e","Language":"3042f739-6ba4-43dc-8d4c-eeec4b8a9909","Date":"2026-08-05T23:38:44.8073985Z","FrontCover":"7daac46d-b3e3-46ec-94a1-be0c0de25f46","BackCover":"a945ed21-ff18-41de-aeea-f2b9b16d9e11","Products":["e529a7d5-45e3-4648-a172-98f0515dbf54","8f9d6a27-9b59-4783-ba2b-ba2d4c92a480"],"Parts":["9747563a-d8b3-411e-ade6-a81150e576d7","2d04897f-c585-41c8-8dbb-73b1c0a9cffa"]}
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>a945ed21-ff18-41de-aeea-f2b9b16d9e11</BackCover>
<Currency>f7f060e2-82fb-45e9-9371-63da9a11380b</Currency>
<Date>2026-08-05T23:38:44.8073985+00:00</Date>
<FrontCover>7daac46d-b3e3-46ec-94a1-be0c0de25f46</FrontCover>
<Language>3042f739-6ba4-43dc-8d4c-eeec4b8a9909</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9747563a-d8b3-411e-ade6-a81150e576d7</d2p1:guid>
<d2p1:guid>2d04897f-c585-41c8-8dbb-73b1c0a9cffa</d2p1:guid>
</Parts>
<PriceBook>945c6832-c546-478a-b8e8-a7b6772f590e</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e529a7d5-45e3-4648-a172-98f0515dbf54</d2p1:guid>
<d2p1:guid>8f9d6a27-9b59-4783-ba2b-ba2d4c92a480</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:
"56dcaf1e-2853-49b4-860d-b8a228026a4d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">56dcaf1e-2853-49b4-860d-b8a228026a4d</guid>