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": "255d979e-b6fa-45ca-8efd-eb65ddef6192",
"PriceBook": "dd506f1b-7cab-4f14-862a-1b03674004ab",
"Language": "ff111b4b-156c-41ef-93c0-efb360f8e702",
"Date": "2026-05-23T06:06:53.028662Z",
"FrontCover": "e439b4c6-28d0-42b0-bfad-e3e52a62c020",
"BackCover": "c0725837-2084-48e7-bb98-5964535bbd01",
"Products": [
"824f1945-8549-4820-812a-91e2e964d2fd",
"629a7fad-949c-48c9-a55a-d5dee76bc15a"
],
"Parts": [
"961f8b87-1ba9-4116-861b-597f00246d04",
"104342fc-21e4-441d-b22d-497b6adb68b8"
]
}
text/html
Sample:
{"Currency":"255d979e-b6fa-45ca-8efd-eb65ddef6192","PriceBook":"dd506f1b-7cab-4f14-862a-1b03674004ab","Language":"ff111b4b-156c-41ef-93c0-efb360f8e702","Date":"2026-05-23T06:06:53.028662Z","FrontCover":"e439b4c6-28d0-42b0-bfad-e3e52a62c020","BackCover":"c0725837-2084-48e7-bb98-5964535bbd01","Products":["824f1945-8549-4820-812a-91e2e964d2fd","629a7fad-949c-48c9-a55a-d5dee76bc15a"],"Parts":["961f8b87-1ba9-4116-861b-597f00246d04","104342fc-21e4-441d-b22d-497b6adb68b8"]}
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>c0725837-2084-48e7-bb98-5964535bbd01</BackCover>
<Currency>255d979e-b6fa-45ca-8efd-eb65ddef6192</Currency>
<Date>2026-05-23T06:06:53.028662+00:00</Date>
<FrontCover>e439b4c6-28d0-42b0-bfad-e3e52a62c020</FrontCover>
<Language>ff111b4b-156c-41ef-93c0-efb360f8e702</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>961f8b87-1ba9-4116-861b-597f00246d04</d2p1:guid>
<d2p1:guid>104342fc-21e4-441d-b22d-497b6adb68b8</d2p1:guid>
</Parts>
<PriceBook>dd506f1b-7cab-4f14-862a-1b03674004ab</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>824f1945-8549-4820-812a-91e2e964d2fd</d2p1:guid>
<d2p1:guid>629a7fad-949c-48c9-a55a-d5dee76bc15a</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:
"015855a8-d2ce-40f5-84b1-b929dd53ba4e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">015855a8-d2ce-40f5-84b1-b929dd53ba4e</guid>