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": "6e157d98-3965-4d46-be29-526ce0bb7b62",
"PriceBook": "b3a27078-3e3c-4682-bec9-50f27e97758f",
"Language": "7fd0dffe-5456-41d4-9aab-0525acafaff5",
"Date": "2026-09-05T23:52:41.3888807Z",
"FrontCover": "e6153473-6e40-4ed1-b42e-0e2d9f20f2ef",
"BackCover": "c6f568d7-1f83-4b7c-bc1a-a921bf7c2504",
"Products": [
"b506fd23-71fe-4e89-a8bb-6abbf347cbdf",
"9a492916-ea9e-4009-ab80-f0e4c24b6922"
],
"Parts": [
"f4e1ed22-f72f-435f-8ffa-c91044feb530",
"0c9048b0-6d89-4bce-8c0f-a79f9cb475e8"
]
}
text/html
Sample:
{"Currency":"6e157d98-3965-4d46-be29-526ce0bb7b62","PriceBook":"b3a27078-3e3c-4682-bec9-50f27e97758f","Language":"7fd0dffe-5456-41d4-9aab-0525acafaff5","Date":"2026-09-05T23:52:41.3888807Z","FrontCover":"e6153473-6e40-4ed1-b42e-0e2d9f20f2ef","BackCover":"c6f568d7-1f83-4b7c-bc1a-a921bf7c2504","Products":["b506fd23-71fe-4e89-a8bb-6abbf347cbdf","9a492916-ea9e-4009-ab80-f0e4c24b6922"],"Parts":["f4e1ed22-f72f-435f-8ffa-c91044feb530","0c9048b0-6d89-4bce-8c0f-a79f9cb475e8"]}
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>c6f568d7-1f83-4b7c-bc1a-a921bf7c2504</BackCover>
<Currency>6e157d98-3965-4d46-be29-526ce0bb7b62</Currency>
<Date>2026-09-05T23:52:41.3888807+00:00</Date>
<FrontCover>e6153473-6e40-4ed1-b42e-0e2d9f20f2ef</FrontCover>
<Language>7fd0dffe-5456-41d4-9aab-0525acafaff5</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f4e1ed22-f72f-435f-8ffa-c91044feb530</d2p1:guid>
<d2p1:guid>0c9048b0-6d89-4bce-8c0f-a79f9cb475e8</d2p1:guid>
</Parts>
<PriceBook>b3a27078-3e3c-4682-bec9-50f27e97758f</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b506fd23-71fe-4e89-a8bb-6abbf347cbdf</d2p1:guid>
<d2p1:guid>9a492916-ea9e-4009-ab80-f0e4c24b6922</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:
"d8196a8a-55b1-48e9-8a74-31150d8bf697"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d8196a8a-55b1-48e9-8a74-31150d8bf697</guid>