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": "938fd453-0c6e-4047-9a71-fe6f4d0c8b8a",
"PriceBook": "71566bb6-b070-4780-88f5-fa115d6be1a7",
"Language": "87d2cba4-7c12-4faf-914b-5ed787f23524",
"Date": "2026-04-09T12:01:17.5063754Z",
"FrontCover": "bc90856a-0504-4a87-a36f-c5f2dd9f8410",
"BackCover": "9dde83eb-071f-4648-bfdf-9ca36fe295f9",
"Products": [
"e13f7c27-d955-4094-9e08-059b7e4bdace",
"3fcf716d-4049-4f1e-99f6-e2147ba0e69f"
],
"Parts": [
"f18bf85e-15a0-4a2f-853b-af1ca51ecece",
"e15c0ac3-3d83-40d0-8ca1-f5f525cbcdf8"
]
}
text/html
Sample:
{"Currency":"938fd453-0c6e-4047-9a71-fe6f4d0c8b8a","PriceBook":"71566bb6-b070-4780-88f5-fa115d6be1a7","Language":"87d2cba4-7c12-4faf-914b-5ed787f23524","Date":"2026-04-09T12:01:17.5063754Z","FrontCover":"bc90856a-0504-4a87-a36f-c5f2dd9f8410","BackCover":"9dde83eb-071f-4648-bfdf-9ca36fe295f9","Products":["e13f7c27-d955-4094-9e08-059b7e4bdace","3fcf716d-4049-4f1e-99f6-e2147ba0e69f"],"Parts":["f18bf85e-15a0-4a2f-853b-af1ca51ecece","e15c0ac3-3d83-40d0-8ca1-f5f525cbcdf8"]}
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>9dde83eb-071f-4648-bfdf-9ca36fe295f9</BackCover>
<Currency>938fd453-0c6e-4047-9a71-fe6f4d0c8b8a</Currency>
<Date>2026-04-09T12:01:17.5063754+00:00</Date>
<FrontCover>bc90856a-0504-4a87-a36f-c5f2dd9f8410</FrontCover>
<Language>87d2cba4-7c12-4faf-914b-5ed787f23524</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f18bf85e-15a0-4a2f-853b-af1ca51ecece</d2p1:guid>
<d2p1:guid>e15c0ac3-3d83-40d0-8ca1-f5f525cbcdf8</d2p1:guid>
</Parts>
<PriceBook>71566bb6-b070-4780-88f5-fa115d6be1a7</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e13f7c27-d955-4094-9e08-059b7e4bdace</d2p1:guid>
<d2p1:guid>3fcf716d-4049-4f1e-99f6-e2147ba0e69f</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:
"eab48099-7a5b-4960-a3b0-647c6fd3fe8d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">eab48099-7a5b-4960-a3b0-647c6fd3fe8d</guid>