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": "d472c92d-d1fb-4346-81a3-b6a13d2d46ac",
"PriceBook": "18d0a5fb-aa57-4cdd-8c0a-162dd03367e9",
"Language": "c928f792-f38f-44f9-be0f-59226d9c5613",
"Date": "2026-09-09T00:44:08.2032202Z",
"FrontCover": "eb00dd79-07c2-4a43-b6e7-c8fa6b51c64c",
"BackCover": "03cf3c61-1b56-469b-8e3b-677b8bf40ed4",
"Products": [
"5d143436-f7ce-4633-8b35-0e2bca7e2d5e",
"77d68583-70cb-4062-82e1-b67993ff022b"
],
"Parts": [
"17e3fcdd-7206-4133-8f17-53976c6c7432",
"053521d1-521e-4bdd-a219-5e0405fd165c"
]
}
text/html
Sample:
{"Currency":"d472c92d-d1fb-4346-81a3-b6a13d2d46ac","PriceBook":"18d0a5fb-aa57-4cdd-8c0a-162dd03367e9","Language":"c928f792-f38f-44f9-be0f-59226d9c5613","Date":"2026-09-09T00:44:08.2032202Z","FrontCover":"eb00dd79-07c2-4a43-b6e7-c8fa6b51c64c","BackCover":"03cf3c61-1b56-469b-8e3b-677b8bf40ed4","Products":["5d143436-f7ce-4633-8b35-0e2bca7e2d5e","77d68583-70cb-4062-82e1-b67993ff022b"],"Parts":["17e3fcdd-7206-4133-8f17-53976c6c7432","053521d1-521e-4bdd-a219-5e0405fd165c"]}
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>03cf3c61-1b56-469b-8e3b-677b8bf40ed4</BackCover>
<Currency>d472c92d-d1fb-4346-81a3-b6a13d2d46ac</Currency>
<Date>2026-09-09T00:44:08.2032202+00:00</Date>
<FrontCover>eb00dd79-07c2-4a43-b6e7-c8fa6b51c64c</FrontCover>
<Language>c928f792-f38f-44f9-be0f-59226d9c5613</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>17e3fcdd-7206-4133-8f17-53976c6c7432</d2p1:guid>
<d2p1:guid>053521d1-521e-4bdd-a219-5e0405fd165c</d2p1:guid>
</Parts>
<PriceBook>18d0a5fb-aa57-4cdd-8c0a-162dd03367e9</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5d143436-f7ce-4633-8b35-0e2bca7e2d5e</d2p1:guid>
<d2p1:guid>77d68583-70cb-4062-82e1-b67993ff022b</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:
"83aa0320-d3a4-4298-b05f-95804b638ae5"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">83aa0320-d3a4-4298-b05f-95804b638ae5</guid>