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": "33a22f56-dc40-4438-be81-a8df3ba28322",
"PriceBook": "f1b9d1b0-6e27-45ab-9d7b-6b8aca2b759a",
"Language": "11064bf7-b60b-4d2d-9697-d0ad95394b77",
"Date": "2026-03-18T11:58:38.8350381Z",
"FrontCover": "bf397074-e484-49df-83eb-de7e2bbbede7",
"BackCover": "9cbfd2f4-b9ac-43c1-b6f2-23dc5983eb61",
"Products": [
"d34ad546-935e-48e5-a052-e368be6eb096",
"cba93089-14c4-4437-83af-90efb875a6fb"
],
"Parts": [
"cc707fee-9fea-4089-8895-b6c4f5d7e954",
"ae8b6fea-d066-41e1-a2fb-94444a8ee59f"
]
}
text/html
Sample:
{"Currency":"33a22f56-dc40-4438-be81-a8df3ba28322","PriceBook":"f1b9d1b0-6e27-45ab-9d7b-6b8aca2b759a","Language":"11064bf7-b60b-4d2d-9697-d0ad95394b77","Date":"2026-03-18T11:58:38.8350381Z","FrontCover":"bf397074-e484-49df-83eb-de7e2bbbede7","BackCover":"9cbfd2f4-b9ac-43c1-b6f2-23dc5983eb61","Products":["d34ad546-935e-48e5-a052-e368be6eb096","cba93089-14c4-4437-83af-90efb875a6fb"],"Parts":["cc707fee-9fea-4089-8895-b6c4f5d7e954","ae8b6fea-d066-41e1-a2fb-94444a8ee59f"]}
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>9cbfd2f4-b9ac-43c1-b6f2-23dc5983eb61</BackCover>
<Currency>33a22f56-dc40-4438-be81-a8df3ba28322</Currency>
<Date>2026-03-18T11:58:38.8350381+00:00</Date>
<FrontCover>bf397074-e484-49df-83eb-de7e2bbbede7</FrontCover>
<Language>11064bf7-b60b-4d2d-9697-d0ad95394b77</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cc707fee-9fea-4089-8895-b6c4f5d7e954</d2p1:guid>
<d2p1:guid>ae8b6fea-d066-41e1-a2fb-94444a8ee59f</d2p1:guid>
</Parts>
<PriceBook>f1b9d1b0-6e27-45ab-9d7b-6b8aca2b759a</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d34ad546-935e-48e5-a052-e368be6eb096</d2p1:guid>
<d2p1:guid>cba93089-14c4-4437-83af-90efb875a6fb</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:
"30f86827-7f3e-4fa7-88c0-8e02d2494450"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">30f86827-7f3e-4fa7-88c0-8e02d2494450</guid>