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": "fdb19615-c90d-436e-a2f8-3ac16ba0708c",
"PriceBook": "4642f80c-5bf7-4229-b897-eb828079ffef",
"Language": "96d11727-b5fe-4dc9-a9ec-00ec8c8c5c04",
"Date": "2026-04-04T19:32:43.3225264Z",
"FrontCover": "389f08d6-e761-48e7-921a-51d45711799f",
"BackCover": "c4faf2d4-2d76-422f-a7e5-416459b1222a",
"Products": [
"9695bd3e-0ebd-4c17-b20a-daa818e4f77e",
"fbf53606-9fab-4d50-918f-70add6b9b911"
],
"Parts": [
"d17b5346-fc42-4ecf-a4f2-0645832ec539",
"f2dd216d-8b4c-4fe6-8022-9f78c80c310d"
]
}
text/html
Sample:
{"Currency":"fdb19615-c90d-436e-a2f8-3ac16ba0708c","PriceBook":"4642f80c-5bf7-4229-b897-eb828079ffef","Language":"96d11727-b5fe-4dc9-a9ec-00ec8c8c5c04","Date":"2026-04-04T19:32:43.3225264Z","FrontCover":"389f08d6-e761-48e7-921a-51d45711799f","BackCover":"c4faf2d4-2d76-422f-a7e5-416459b1222a","Products":["9695bd3e-0ebd-4c17-b20a-daa818e4f77e","fbf53606-9fab-4d50-918f-70add6b9b911"],"Parts":["d17b5346-fc42-4ecf-a4f2-0645832ec539","f2dd216d-8b4c-4fe6-8022-9f78c80c310d"]}
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>c4faf2d4-2d76-422f-a7e5-416459b1222a</BackCover>
<Currency>fdb19615-c90d-436e-a2f8-3ac16ba0708c</Currency>
<Date>2026-04-04T19:32:43.3225264+00:00</Date>
<FrontCover>389f08d6-e761-48e7-921a-51d45711799f</FrontCover>
<Language>96d11727-b5fe-4dc9-a9ec-00ec8c8c5c04</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d17b5346-fc42-4ecf-a4f2-0645832ec539</d2p1:guid>
<d2p1:guid>f2dd216d-8b4c-4fe6-8022-9f78c80c310d</d2p1:guid>
</Parts>
<PriceBook>4642f80c-5bf7-4229-b897-eb828079ffef</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9695bd3e-0ebd-4c17-b20a-daa818e4f77e</d2p1:guid>
<d2p1:guid>fbf53606-9fab-4d50-918f-70add6b9b911</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:
"36703e7e-2fd9-4549-bf80-1f3a093dc5c6"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">36703e7e-2fd9-4549-bf80-1f3a093dc5c6</guid>