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": "70d3eea7-c2cb-4173-93df-c2eb3a7b0191",
"PriceBook": "e0cabb0f-1dac-40d6-9c07-46c176a306f8",
"Language": "d6aedb97-bfe4-4f01-b412-f3bd2ac34bd6",
"Date": "2026-07-13T21:46:47.7914793Z",
"FrontCover": "479b5fd5-d61c-442a-949d-739ae0ae3bc9",
"BackCover": "c88b24b0-e976-4f4a-9ba6-8f63f6e1e3e1",
"Products": [
"f02a4eff-b79b-4253-94f6-cd3ecedc2165",
"8ed54eb8-98d4-4f13-9ed3-d8776156d258"
],
"Parts": [
"0b5a65a7-e5e3-493f-b938-9bb158cda06b",
"9b611994-86d9-4590-baaf-278beed17230"
]
}
text/html
Sample:
{"Currency":"70d3eea7-c2cb-4173-93df-c2eb3a7b0191","PriceBook":"e0cabb0f-1dac-40d6-9c07-46c176a306f8","Language":"d6aedb97-bfe4-4f01-b412-f3bd2ac34bd6","Date":"2026-07-13T21:46:47.7914793Z","FrontCover":"479b5fd5-d61c-442a-949d-739ae0ae3bc9","BackCover":"c88b24b0-e976-4f4a-9ba6-8f63f6e1e3e1","Products":["f02a4eff-b79b-4253-94f6-cd3ecedc2165","8ed54eb8-98d4-4f13-9ed3-d8776156d258"],"Parts":["0b5a65a7-e5e3-493f-b938-9bb158cda06b","9b611994-86d9-4590-baaf-278beed17230"]}
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>c88b24b0-e976-4f4a-9ba6-8f63f6e1e3e1</BackCover>
<Currency>70d3eea7-c2cb-4173-93df-c2eb3a7b0191</Currency>
<Date>2026-07-13T21:46:47.7914793+00:00</Date>
<FrontCover>479b5fd5-d61c-442a-949d-739ae0ae3bc9</FrontCover>
<Language>d6aedb97-bfe4-4f01-b412-f3bd2ac34bd6</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0b5a65a7-e5e3-493f-b938-9bb158cda06b</d2p1:guid>
<d2p1:guid>9b611994-86d9-4590-baaf-278beed17230</d2p1:guid>
</Parts>
<PriceBook>e0cabb0f-1dac-40d6-9c07-46c176a306f8</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f02a4eff-b79b-4253-94f6-cd3ecedc2165</d2p1:guid>
<d2p1:guid>8ed54eb8-98d4-4f13-9ed3-d8776156d258</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:
"45760685-261b-48a3-b8be-c1d35103f375"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">45760685-261b-48a3-b8be-c1d35103f375</guid>