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": "03b0ee7d-beda-4950-99b4-3fa40a629fa1",
"PriceBook": "2056c2c3-57e8-4311-acf4-c9ea12a2113e",
"Language": "de67c405-6d2d-4e34-889f-286409480e90",
"Date": "2026-07-05T11:09:59.111069Z",
"FrontCover": "65d14a88-5cff-48e5-b847-bb1e5853a29a",
"BackCover": "d80d0e85-cb36-4f39-95e3-cf92ee401d5b",
"Products": [
"8d843b31-ddf8-438b-aa6c-23d1c5e5fa4a",
"26527da1-5b58-4c20-8f43-86aff6278f5e"
],
"Parts": [
"981fee7c-9394-48c9-93ea-db305da33a57",
"2705d723-2666-4259-85c5-d8acc6338ec6"
]
}
text/html
Sample:
{"Currency":"03b0ee7d-beda-4950-99b4-3fa40a629fa1","PriceBook":"2056c2c3-57e8-4311-acf4-c9ea12a2113e","Language":"de67c405-6d2d-4e34-889f-286409480e90","Date":"2026-07-05T11:09:59.111069Z","FrontCover":"65d14a88-5cff-48e5-b847-bb1e5853a29a","BackCover":"d80d0e85-cb36-4f39-95e3-cf92ee401d5b","Products":["8d843b31-ddf8-438b-aa6c-23d1c5e5fa4a","26527da1-5b58-4c20-8f43-86aff6278f5e"],"Parts":["981fee7c-9394-48c9-93ea-db305da33a57","2705d723-2666-4259-85c5-d8acc6338ec6"]}
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>d80d0e85-cb36-4f39-95e3-cf92ee401d5b</BackCover>
<Currency>03b0ee7d-beda-4950-99b4-3fa40a629fa1</Currency>
<Date>2026-07-05T11:09:59.111069+00:00</Date>
<FrontCover>65d14a88-5cff-48e5-b847-bb1e5853a29a</FrontCover>
<Language>de67c405-6d2d-4e34-889f-286409480e90</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>981fee7c-9394-48c9-93ea-db305da33a57</d2p1:guid>
<d2p1:guid>2705d723-2666-4259-85c5-d8acc6338ec6</d2p1:guid>
</Parts>
<PriceBook>2056c2c3-57e8-4311-acf4-c9ea12a2113e</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8d843b31-ddf8-438b-aa6c-23d1c5e5fa4a</d2p1:guid>
<d2p1:guid>26527da1-5b58-4c20-8f43-86aff6278f5e</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:
"0679b722-7f00-437a-9fb9-96d0505a4b19"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0679b722-7f00-437a-9fb9-96d0505a4b19</guid>