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": "29a63dfc-b5a5-4437-9b4a-8416786e7cfd",
"PriceBook": "3ec5dbb8-d00e-4a4f-8646-257dd5496b0f",
"Language": "897ae68e-fd58-4844-a675-209a0e2df168",
"Date": "2026-06-29T05:34:32.3970966Z",
"FrontCover": "4e5b7424-774a-4103-8ec1-890e0d1f80f8",
"BackCover": "db6efe69-b31a-48d0-a036-c1f5999a82b8",
"Products": [
"e1e3f37b-781a-4191-a6f1-c3424ef78d85",
"0c4a6d47-7411-4cc0-9084-eed163ede4e7"
],
"Parts": [
"e99a6f97-fecf-43a1-8996-bb70b2cb7393",
"58400d65-d453-4488-bd3e-2df89e154a33"
]
}
text/html
Sample:
{"Currency":"29a63dfc-b5a5-4437-9b4a-8416786e7cfd","PriceBook":"3ec5dbb8-d00e-4a4f-8646-257dd5496b0f","Language":"897ae68e-fd58-4844-a675-209a0e2df168","Date":"2026-06-29T05:34:32.3970966Z","FrontCover":"4e5b7424-774a-4103-8ec1-890e0d1f80f8","BackCover":"db6efe69-b31a-48d0-a036-c1f5999a82b8","Products":["e1e3f37b-781a-4191-a6f1-c3424ef78d85","0c4a6d47-7411-4cc0-9084-eed163ede4e7"],"Parts":["e99a6f97-fecf-43a1-8996-bb70b2cb7393","58400d65-d453-4488-bd3e-2df89e154a33"]}
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>db6efe69-b31a-48d0-a036-c1f5999a82b8</BackCover>
<Currency>29a63dfc-b5a5-4437-9b4a-8416786e7cfd</Currency>
<Date>2026-06-29T05:34:32.3970966+00:00</Date>
<FrontCover>4e5b7424-774a-4103-8ec1-890e0d1f80f8</FrontCover>
<Language>897ae68e-fd58-4844-a675-209a0e2df168</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e99a6f97-fecf-43a1-8996-bb70b2cb7393</d2p1:guid>
<d2p1:guid>58400d65-d453-4488-bd3e-2df89e154a33</d2p1:guid>
</Parts>
<PriceBook>3ec5dbb8-d00e-4a4f-8646-257dd5496b0f</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e1e3f37b-781a-4191-a6f1-c3424ef78d85</d2p1:guid>
<d2p1:guid>0c4a6d47-7411-4cc0-9084-eed163ede4e7</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:
"cef72adc-586e-4fbf-840b-b7c00d23f3b3"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">cef72adc-586e-4fbf-840b-b7c00d23f3b3</guid>