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": "4eed419f-32f8-4d28-bde3-7374fd160919",
"PriceBook": "d72b42a2-d220-4f56-a680-7b6ba4ae85cc",
"Language": "0aa171ec-8338-4487-bcf8-4b4e428e560a",
"Date": "2026-03-03T14:26:20.9008577Z",
"FrontCover": "773c8db7-47c9-4bef-bd6a-3eed470a6164",
"BackCover": "9f0360c8-8a2c-4fd1-b187-e06363796aa5",
"Products": [
"374c7ccc-0714-42b0-825e-f94e02147773",
"282be293-a668-4f8f-b937-fd8f2875754c"
],
"Parts": [
"f48a4116-a399-4244-9873-298657adfe0e",
"2bf6de9d-3275-4320-854a-622be65bdabd"
]
}
text/html
Sample:
{"Currency":"4eed419f-32f8-4d28-bde3-7374fd160919","PriceBook":"d72b42a2-d220-4f56-a680-7b6ba4ae85cc","Language":"0aa171ec-8338-4487-bcf8-4b4e428e560a","Date":"2026-03-03T14:26:20.9008577Z","FrontCover":"773c8db7-47c9-4bef-bd6a-3eed470a6164","BackCover":"9f0360c8-8a2c-4fd1-b187-e06363796aa5","Products":["374c7ccc-0714-42b0-825e-f94e02147773","282be293-a668-4f8f-b937-fd8f2875754c"],"Parts":["f48a4116-a399-4244-9873-298657adfe0e","2bf6de9d-3275-4320-854a-622be65bdabd"]}
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>9f0360c8-8a2c-4fd1-b187-e06363796aa5</BackCover>
<Currency>4eed419f-32f8-4d28-bde3-7374fd160919</Currency>
<Date>2026-03-03T14:26:20.9008577+00:00</Date>
<FrontCover>773c8db7-47c9-4bef-bd6a-3eed470a6164</FrontCover>
<Language>0aa171ec-8338-4487-bcf8-4b4e428e560a</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f48a4116-a399-4244-9873-298657adfe0e</d2p1:guid>
<d2p1:guid>2bf6de9d-3275-4320-854a-622be65bdabd</d2p1:guid>
</Parts>
<PriceBook>d72b42a2-d220-4f56-a680-7b6ba4ae85cc</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>374c7ccc-0714-42b0-825e-f94e02147773</d2p1:guid>
<d2p1:guid>282be293-a668-4f8f-b937-fd8f2875754c</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:
"0d592ca9-4212-4107-a8b0-cdab0f1d342e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0d592ca9-4212-4107-a8b0-cdab0f1d342e</guid>