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": "612db5f6-8a0e-4bc9-bee6-5f849e0c4f0d",
"PriceBook": "380fcfe7-95fa-4ae6-942f-8ecb2d21e7a4",
"Language": "95fd22be-7be8-438f-8dd0-67f9de7a6f31",
"Date": "2026-08-02T20:55:12.4677856Z",
"FrontCover": "8afdd50b-fdd6-463e-90ce-81f1b80baafc",
"BackCover": "8855d548-80d1-4fdf-912b-80a1fd56168a",
"Products": [
"53a85a88-0706-484a-add4-3be788ff085b",
"eb2bfd61-57b9-4e2c-a728-512a319846af"
],
"Parts": [
"d165c489-9301-4bb0-a919-8a3bf6858b8d",
"c5c2c657-8961-4d85-90aa-10e0dbad56f9"
]
}
text/html
Sample:
{"Currency":"612db5f6-8a0e-4bc9-bee6-5f849e0c4f0d","PriceBook":"380fcfe7-95fa-4ae6-942f-8ecb2d21e7a4","Language":"95fd22be-7be8-438f-8dd0-67f9de7a6f31","Date":"2026-08-02T20:55:12.4677856Z","FrontCover":"8afdd50b-fdd6-463e-90ce-81f1b80baafc","BackCover":"8855d548-80d1-4fdf-912b-80a1fd56168a","Products":["53a85a88-0706-484a-add4-3be788ff085b","eb2bfd61-57b9-4e2c-a728-512a319846af"],"Parts":["d165c489-9301-4bb0-a919-8a3bf6858b8d","c5c2c657-8961-4d85-90aa-10e0dbad56f9"]}
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>8855d548-80d1-4fdf-912b-80a1fd56168a</BackCover>
<Currency>612db5f6-8a0e-4bc9-bee6-5f849e0c4f0d</Currency>
<Date>2026-08-02T20:55:12.4677856+00:00</Date>
<FrontCover>8afdd50b-fdd6-463e-90ce-81f1b80baafc</FrontCover>
<Language>95fd22be-7be8-438f-8dd0-67f9de7a6f31</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d165c489-9301-4bb0-a919-8a3bf6858b8d</d2p1:guid>
<d2p1:guid>c5c2c657-8961-4d85-90aa-10e0dbad56f9</d2p1:guid>
</Parts>
<PriceBook>380fcfe7-95fa-4ae6-942f-8ecb2d21e7a4</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>53a85a88-0706-484a-add4-3be788ff085b</d2p1:guid>
<d2p1:guid>eb2bfd61-57b9-4e2c-a728-512a319846af</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:
"bd3b1147-5e37-4357-986b-e92b806adf06"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">bd3b1147-5e37-4357-986b-e92b806adf06</guid>