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": "589252c5-e88b-4ada-8f1d-a02413851ebd",
"PriceBook": "e0011d25-de9b-4b2b-9355-e4cb63d3d404",
"Language": "b53a76fe-bfce-4fe0-92f3-579e5c7432d1",
"Date": "2026-03-11T03:40:22.7161044Z",
"FrontCover": "13adf63b-8974-44f5-820b-5048d53d426b",
"BackCover": "608cc5e2-1737-4d07-be0c-4c62556c6685",
"Products": [
"aee3e721-2801-4228-b13b-f62c767b72a2",
"c35ab6f8-c7ce-4bc7-98f0-48260b42d562"
],
"Parts": [
"d7dadaa1-8af3-4ee0-bb93-436b2928ac06",
"d1dc82b3-4c6a-40cc-a745-2e7d0e42f684"
]
}
text/html
Sample:
{"Currency":"589252c5-e88b-4ada-8f1d-a02413851ebd","PriceBook":"e0011d25-de9b-4b2b-9355-e4cb63d3d404","Language":"b53a76fe-bfce-4fe0-92f3-579e5c7432d1","Date":"2026-03-11T03:40:22.7161044Z","FrontCover":"13adf63b-8974-44f5-820b-5048d53d426b","BackCover":"608cc5e2-1737-4d07-be0c-4c62556c6685","Products":["aee3e721-2801-4228-b13b-f62c767b72a2","c35ab6f8-c7ce-4bc7-98f0-48260b42d562"],"Parts":["d7dadaa1-8af3-4ee0-bb93-436b2928ac06","d1dc82b3-4c6a-40cc-a745-2e7d0e42f684"]}
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>608cc5e2-1737-4d07-be0c-4c62556c6685</BackCover>
<Currency>589252c5-e88b-4ada-8f1d-a02413851ebd</Currency>
<Date>2026-03-11T03:40:22.7161044+00:00</Date>
<FrontCover>13adf63b-8974-44f5-820b-5048d53d426b</FrontCover>
<Language>b53a76fe-bfce-4fe0-92f3-579e5c7432d1</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d7dadaa1-8af3-4ee0-bb93-436b2928ac06</d2p1:guid>
<d2p1:guid>d1dc82b3-4c6a-40cc-a745-2e7d0e42f684</d2p1:guid>
</Parts>
<PriceBook>e0011d25-de9b-4b2b-9355-e4cb63d3d404</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>aee3e721-2801-4228-b13b-f62c767b72a2</d2p1:guid>
<d2p1:guid>c35ab6f8-c7ce-4bc7-98f0-48260b42d562</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:
"e5cd719b-5271-442b-98af-fbcab24d51cd"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e5cd719b-5271-442b-98af-fbcab24d51cd</guid>