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": "bfa57d9b-dbed-4759-b225-70d023557a0a",
"PriceBook": "0baa6979-1d44-4df5-91cb-11e79b57d230",
"Language": "9773c688-1aee-43a0-a7c5-59156d7128d8",
"Date": "2026-08-29T18:04:28.091195Z",
"FrontCover": "86f70ffb-cad6-441c-9e6f-3d7ade5b3e02",
"BackCover": "080d81e2-04d0-4daa-ae1f-bbf090c944cd",
"Products": [
"815efa5d-3227-454b-9d08-7dbeac1b0c15",
"724fc599-8128-49c7-8da7-349a7521c63d"
],
"Parts": [
"968d0c79-7359-499c-a0cb-f43355f8e82b",
"8c588e7a-4d8e-4af5-ab63-6823f91c01af"
]
}
text/html
Sample:
{"Currency":"bfa57d9b-dbed-4759-b225-70d023557a0a","PriceBook":"0baa6979-1d44-4df5-91cb-11e79b57d230","Language":"9773c688-1aee-43a0-a7c5-59156d7128d8","Date":"2026-08-29T18:04:28.091195Z","FrontCover":"86f70ffb-cad6-441c-9e6f-3d7ade5b3e02","BackCover":"080d81e2-04d0-4daa-ae1f-bbf090c944cd","Products":["815efa5d-3227-454b-9d08-7dbeac1b0c15","724fc599-8128-49c7-8da7-349a7521c63d"],"Parts":["968d0c79-7359-499c-a0cb-f43355f8e82b","8c588e7a-4d8e-4af5-ab63-6823f91c01af"]}
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>080d81e2-04d0-4daa-ae1f-bbf090c944cd</BackCover>
<Currency>bfa57d9b-dbed-4759-b225-70d023557a0a</Currency>
<Date>2026-08-29T18:04:28.091195+00:00</Date>
<FrontCover>86f70ffb-cad6-441c-9e6f-3d7ade5b3e02</FrontCover>
<Language>9773c688-1aee-43a0-a7c5-59156d7128d8</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>968d0c79-7359-499c-a0cb-f43355f8e82b</d2p1:guid>
<d2p1:guid>8c588e7a-4d8e-4af5-ab63-6823f91c01af</d2p1:guid>
</Parts>
<PriceBook>0baa6979-1d44-4df5-91cb-11e79b57d230</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>815efa5d-3227-454b-9d08-7dbeac1b0c15</d2p1:guid>
<d2p1:guid>724fc599-8128-49c7-8da7-349a7521c63d</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:
"aacbf5d3-6823-4a96-a70c-06f0b2a12281"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">aacbf5d3-6823-4a96-a70c-06f0b2a12281</guid>