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": "9bdc44a7-576f-4bec-94de-d9ea96948080",
"PriceBook": "7d82390f-3846-4512-9b05-a55f788be4e5",
"Language": "509b4fd5-73d8-4c52-8810-4d13610badb9",
"Date": "2025-11-06T14:38:27.5805248Z",
"FrontCover": "2769f9d0-8d1b-4195-954d-1d7c2d554441",
"BackCover": "5d771773-0ef5-43c0-b7d8-33709c4816d9",
"Products": [
"1c97d223-f5db-4b5d-bcdb-52f1eb3e2f63",
"73970b15-78d1-4b9a-81a0-ab89c73cc54e"
],
"Parts": [
"ab38db37-8f5d-4755-ba8d-ddbee8eca59b",
"e7117dc9-1378-462a-b589-de635ac8b546"
]
}
text/html
Sample:
{"Currency":"9bdc44a7-576f-4bec-94de-d9ea96948080","PriceBook":"7d82390f-3846-4512-9b05-a55f788be4e5","Language":"509b4fd5-73d8-4c52-8810-4d13610badb9","Date":"2025-11-06T14:38:27.5805248Z","FrontCover":"2769f9d0-8d1b-4195-954d-1d7c2d554441","BackCover":"5d771773-0ef5-43c0-b7d8-33709c4816d9","Products":["1c97d223-f5db-4b5d-bcdb-52f1eb3e2f63","73970b15-78d1-4b9a-81a0-ab89c73cc54e"],"Parts":["ab38db37-8f5d-4755-ba8d-ddbee8eca59b","e7117dc9-1378-462a-b589-de635ac8b546"]}
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>5d771773-0ef5-43c0-b7d8-33709c4816d9</BackCover>
<Currency>9bdc44a7-576f-4bec-94de-d9ea96948080</Currency>
<Date>2025-11-06T14:38:27.5805248+00:00</Date>
<FrontCover>2769f9d0-8d1b-4195-954d-1d7c2d554441</FrontCover>
<Language>509b4fd5-73d8-4c52-8810-4d13610badb9</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ab38db37-8f5d-4755-ba8d-ddbee8eca59b</d2p1:guid>
<d2p1:guid>e7117dc9-1378-462a-b589-de635ac8b546</d2p1:guid>
</Parts>
<PriceBook>7d82390f-3846-4512-9b05-a55f788be4e5</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1c97d223-f5db-4b5d-bcdb-52f1eb3e2f63</d2p1:guid>
<d2p1:guid>73970b15-78d1-4b9a-81a0-ab89c73cc54e</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:
"461ad5d0-3c8f-402d-a886-d0f71401f928"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">461ad5d0-3c8f-402d-a886-d0f71401f928</guid>