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": "4fcc5b08-1c14-4924-83d1-60572a455983",
"PriceBook": "93377552-efa5-43f0-a4e6-e927d8a7abf6",
"Language": "26dd4b60-918e-45f3-924b-16e1a708594a",
"Date": "2026-04-01T12:22:53.3418912Z",
"FrontCover": "b381d0dc-eead-4f92-928f-d39a799df68f",
"BackCover": "e64e5512-3a32-405e-bd4b-d405d61198bf",
"Products": [
"f327d565-479b-4227-bf35-203a7060a17d",
"37bd8fc9-26d6-4183-8154-9367ce4633e9"
],
"Parts": [
"e755dc4e-f8e1-4db3-a12f-014fd64e5d48",
"2c77b02d-9726-4d3b-93ee-3e299580e75b"
]
}
text/html
Sample:
{"Currency":"4fcc5b08-1c14-4924-83d1-60572a455983","PriceBook":"93377552-efa5-43f0-a4e6-e927d8a7abf6","Language":"26dd4b60-918e-45f3-924b-16e1a708594a","Date":"2026-04-01T12:22:53.3418912Z","FrontCover":"b381d0dc-eead-4f92-928f-d39a799df68f","BackCover":"e64e5512-3a32-405e-bd4b-d405d61198bf","Products":["f327d565-479b-4227-bf35-203a7060a17d","37bd8fc9-26d6-4183-8154-9367ce4633e9"],"Parts":["e755dc4e-f8e1-4db3-a12f-014fd64e5d48","2c77b02d-9726-4d3b-93ee-3e299580e75b"]}
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>e64e5512-3a32-405e-bd4b-d405d61198bf</BackCover>
<Currency>4fcc5b08-1c14-4924-83d1-60572a455983</Currency>
<Date>2026-04-01T12:22:53.3418912+00:00</Date>
<FrontCover>b381d0dc-eead-4f92-928f-d39a799df68f</FrontCover>
<Language>26dd4b60-918e-45f3-924b-16e1a708594a</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e755dc4e-f8e1-4db3-a12f-014fd64e5d48</d2p1:guid>
<d2p1:guid>2c77b02d-9726-4d3b-93ee-3e299580e75b</d2p1:guid>
</Parts>
<PriceBook>93377552-efa5-43f0-a4e6-e927d8a7abf6</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f327d565-479b-4227-bf35-203a7060a17d</d2p1:guid>
<d2p1:guid>37bd8fc9-26d6-4183-8154-9367ce4633e9</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:
"2af2c311-4c5e-40d8-9bb2-afa3bd2f5249"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2af2c311-4c5e-40d8-9bb2-afa3bd2f5249</guid>