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": "566b82bf-dce2-4257-8d65-a78245b82e60",
"PriceBook": "419668c3-1799-4b37-a83c-7790f648b24a",
"Language": "15090487-09a6-4d94-b595-891584e7b3ed",
"Date": "2026-03-30T14:13:03.6046192Z",
"FrontCover": "a0deff5f-edb5-4b26-af1b-34b59d482dec",
"BackCover": "714d9b7d-a2c8-4694-90d0-f820e35be12b",
"Products": [
"b1efa7c4-65d3-47e7-9931-8b42875270a5",
"385cca41-676d-4d10-94f6-f3dbf2130408"
],
"Parts": [
"cadde44e-7b27-4376-994c-17c67708a3fa",
"ec1d83ae-fb12-4bcf-8f3f-1c1332464568"
]
}
text/html
Sample:
{"Currency":"566b82bf-dce2-4257-8d65-a78245b82e60","PriceBook":"419668c3-1799-4b37-a83c-7790f648b24a","Language":"15090487-09a6-4d94-b595-891584e7b3ed","Date":"2026-03-30T14:13:03.6046192Z","FrontCover":"a0deff5f-edb5-4b26-af1b-34b59d482dec","BackCover":"714d9b7d-a2c8-4694-90d0-f820e35be12b","Products":["b1efa7c4-65d3-47e7-9931-8b42875270a5","385cca41-676d-4d10-94f6-f3dbf2130408"],"Parts":["cadde44e-7b27-4376-994c-17c67708a3fa","ec1d83ae-fb12-4bcf-8f3f-1c1332464568"]}
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>714d9b7d-a2c8-4694-90d0-f820e35be12b</BackCover>
<Currency>566b82bf-dce2-4257-8d65-a78245b82e60</Currency>
<Date>2026-03-30T14:13:03.6046192+00:00</Date>
<FrontCover>a0deff5f-edb5-4b26-af1b-34b59d482dec</FrontCover>
<Language>15090487-09a6-4d94-b595-891584e7b3ed</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cadde44e-7b27-4376-994c-17c67708a3fa</d2p1:guid>
<d2p1:guid>ec1d83ae-fb12-4bcf-8f3f-1c1332464568</d2p1:guid>
</Parts>
<PriceBook>419668c3-1799-4b37-a83c-7790f648b24a</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b1efa7c4-65d3-47e7-9931-8b42875270a5</d2p1:guid>
<d2p1:guid>385cca41-676d-4d10-94f6-f3dbf2130408</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:
"21f62f94-5351-449c-a9c8-9f54643a8652"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">21f62f94-5351-449c-a9c8-9f54643a8652</guid>