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": "607a178b-9ec2-4293-8c87-be2f89af91b8",
"PriceBook": "9fb0fd72-7d0d-4574-8ea0-a1c05fa65581",
"Language": "bde06f02-63e3-4950-b87b-78f7ef3b9aef",
"Date": "2026-06-27T05:25:32.4765202Z",
"FrontCover": "bb37d4bf-46f6-4177-bffb-0de4a24ad678",
"BackCover": "f50507dd-550e-4c41-b4b0-42ec3645ade6",
"Products": [
"f5d39574-e5e1-4c73-90d5-e06fdddd730d",
"ed6a7767-ae40-4e34-86cb-316d45bb4801"
],
"Parts": [
"95435dbc-0487-42e8-b75b-3a39fa114ffd",
"ec9e7f53-eb12-4b7f-b58a-cf413644ca5c"
]
}
text/html
Sample:
{"Currency":"607a178b-9ec2-4293-8c87-be2f89af91b8","PriceBook":"9fb0fd72-7d0d-4574-8ea0-a1c05fa65581","Language":"bde06f02-63e3-4950-b87b-78f7ef3b9aef","Date":"2026-06-27T05:25:32.4765202Z","FrontCover":"bb37d4bf-46f6-4177-bffb-0de4a24ad678","BackCover":"f50507dd-550e-4c41-b4b0-42ec3645ade6","Products":["f5d39574-e5e1-4c73-90d5-e06fdddd730d","ed6a7767-ae40-4e34-86cb-316d45bb4801"],"Parts":["95435dbc-0487-42e8-b75b-3a39fa114ffd","ec9e7f53-eb12-4b7f-b58a-cf413644ca5c"]}
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>f50507dd-550e-4c41-b4b0-42ec3645ade6</BackCover>
<Currency>607a178b-9ec2-4293-8c87-be2f89af91b8</Currency>
<Date>2026-06-27T05:25:32.4765202+00:00</Date>
<FrontCover>bb37d4bf-46f6-4177-bffb-0de4a24ad678</FrontCover>
<Language>bde06f02-63e3-4950-b87b-78f7ef3b9aef</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>95435dbc-0487-42e8-b75b-3a39fa114ffd</d2p1:guid>
<d2p1:guid>ec9e7f53-eb12-4b7f-b58a-cf413644ca5c</d2p1:guid>
</Parts>
<PriceBook>9fb0fd72-7d0d-4574-8ea0-a1c05fa65581</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f5d39574-e5e1-4c73-90d5-e06fdddd730d</d2p1:guid>
<d2p1:guid>ed6a7767-ae40-4e34-86cb-316d45bb4801</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:
"60c1d4b7-7bdc-43e1-82fa-44fe9aba329b"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">60c1d4b7-7bdc-43e1-82fa-44fe9aba329b</guid>