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": "b3e8d507-001a-4501-ab16-0510d008910e",
"PriceBook": "622d2003-8419-4a2e-bf65-c03644e2a1b4",
"Language": "610b508e-86f4-4714-8b53-8bbbebe2bab5",
"Date": "2026-04-20T04:41:39.4090499Z",
"FrontCover": "afa7d877-57ef-45f8-a48c-1129621db438",
"BackCover": "6af24945-42f4-4308-8d8f-9c7979132c34",
"Products": [
"31c55f7d-91a4-4937-a1f6-b7006792997c",
"86ef621f-9dc9-40a8-b8a9-5f08e0db4910"
],
"Parts": [
"9a485fc7-bcd0-4f03-b94b-9be6318e753f",
"268ef84a-ebce-45f5-8b1d-6e5768ce907f"
]
}
text/html
Sample:
{"Currency":"b3e8d507-001a-4501-ab16-0510d008910e","PriceBook":"622d2003-8419-4a2e-bf65-c03644e2a1b4","Language":"610b508e-86f4-4714-8b53-8bbbebe2bab5","Date":"2026-04-20T04:41:39.4090499Z","FrontCover":"afa7d877-57ef-45f8-a48c-1129621db438","BackCover":"6af24945-42f4-4308-8d8f-9c7979132c34","Products":["31c55f7d-91a4-4937-a1f6-b7006792997c","86ef621f-9dc9-40a8-b8a9-5f08e0db4910"],"Parts":["9a485fc7-bcd0-4f03-b94b-9be6318e753f","268ef84a-ebce-45f5-8b1d-6e5768ce907f"]}
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>6af24945-42f4-4308-8d8f-9c7979132c34</BackCover>
<Currency>b3e8d507-001a-4501-ab16-0510d008910e</Currency>
<Date>2026-04-20T04:41:39.4090499+00:00</Date>
<FrontCover>afa7d877-57ef-45f8-a48c-1129621db438</FrontCover>
<Language>610b508e-86f4-4714-8b53-8bbbebe2bab5</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9a485fc7-bcd0-4f03-b94b-9be6318e753f</d2p1:guid>
<d2p1:guid>268ef84a-ebce-45f5-8b1d-6e5768ce907f</d2p1:guid>
</Parts>
<PriceBook>622d2003-8419-4a2e-bf65-c03644e2a1b4</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>31c55f7d-91a4-4937-a1f6-b7006792997c</d2p1:guid>
<d2p1:guid>86ef621f-9dc9-40a8-b8a9-5f08e0db4910</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:
"d7ceac2b-edce-4f4e-9f32-ce002debbb76"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d7ceac2b-edce-4f4e-9f32-ce002debbb76</guid>