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": "d8fa0198-272d-4e70-8eec-4d3416cd1c1b",
"PriceBook": "e6373d49-95b9-4c11-8cca-d2d8b738fef6",
"Language": "3d08747e-d8a0-4828-9498-69d1ddb4075c",
"Date": "2026-02-28T02:26:23.0114328Z",
"FrontCover": "99ddee27-75dd-4ee9-91ba-c30ee411fc45",
"BackCover": "c1373d78-ac97-4ba5-a387-7cbb0148b75e",
"Products": [
"91061a32-c54e-444d-a817-7b8399c6dcee",
"82ea6f70-f815-438b-9f24-7a93a2e65f28"
],
"Parts": [
"f8ef71b3-17be-4239-9b3f-4731689f18d5",
"d1ba944c-5d7c-467b-ad09-0a0be3e6bfc9"
]
}
text/html
Sample:
{"Currency":"d8fa0198-272d-4e70-8eec-4d3416cd1c1b","PriceBook":"e6373d49-95b9-4c11-8cca-d2d8b738fef6","Language":"3d08747e-d8a0-4828-9498-69d1ddb4075c","Date":"2026-02-28T02:26:23.0114328Z","FrontCover":"99ddee27-75dd-4ee9-91ba-c30ee411fc45","BackCover":"c1373d78-ac97-4ba5-a387-7cbb0148b75e","Products":["91061a32-c54e-444d-a817-7b8399c6dcee","82ea6f70-f815-438b-9f24-7a93a2e65f28"],"Parts":["f8ef71b3-17be-4239-9b3f-4731689f18d5","d1ba944c-5d7c-467b-ad09-0a0be3e6bfc9"]}
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>c1373d78-ac97-4ba5-a387-7cbb0148b75e</BackCover>
<Currency>d8fa0198-272d-4e70-8eec-4d3416cd1c1b</Currency>
<Date>2026-02-28T02:26:23.0114328+00:00</Date>
<FrontCover>99ddee27-75dd-4ee9-91ba-c30ee411fc45</FrontCover>
<Language>3d08747e-d8a0-4828-9498-69d1ddb4075c</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f8ef71b3-17be-4239-9b3f-4731689f18d5</d2p1:guid>
<d2p1:guid>d1ba944c-5d7c-467b-ad09-0a0be3e6bfc9</d2p1:guid>
</Parts>
<PriceBook>e6373d49-95b9-4c11-8cca-d2d8b738fef6</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>91061a32-c54e-444d-a817-7b8399c6dcee</d2p1:guid>
<d2p1:guid>82ea6f70-f815-438b-9f24-7a93a2e65f28</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:
"06f5a8fc-a2a2-4f2f-96a6-9a957dc9ba61"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">06f5a8fc-a2a2-4f2f-96a6-9a957dc9ba61</guid>