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": "2c79a182-005d-4457-a87a-a70450d3dad0",
"PriceBook": "cb2113ff-9df9-43e1-b18e-f47c00dfe685",
"Language": "92c6e14a-2556-4176-b7cd-c9a7a7b287ea",
"Date": "2026-09-25T03:35:31.9367049Z",
"FrontCover": "3dac315e-aa84-49a9-b0d5-d75610293e72",
"BackCover": "9698fa0d-dc88-4cd5-9de8-89af64b623cb",
"Products": [
"f4e13ecc-c5ea-4acb-8089-98721477b998",
"5396779b-adee-475a-b218-a23a52b54aa4"
],
"Parts": [
"9b892e3c-7bcd-4de8-bb3b-2e4740c15d8c",
"f43f0c5a-626d-42f2-bfc2-ced97d82428b"
]
}
text/html
Sample:
{"Currency":"2c79a182-005d-4457-a87a-a70450d3dad0","PriceBook":"cb2113ff-9df9-43e1-b18e-f47c00dfe685","Language":"92c6e14a-2556-4176-b7cd-c9a7a7b287ea","Date":"2026-09-25T03:35:31.9367049Z","FrontCover":"3dac315e-aa84-49a9-b0d5-d75610293e72","BackCover":"9698fa0d-dc88-4cd5-9de8-89af64b623cb","Products":["f4e13ecc-c5ea-4acb-8089-98721477b998","5396779b-adee-475a-b218-a23a52b54aa4"],"Parts":["9b892e3c-7bcd-4de8-bb3b-2e4740c15d8c","f43f0c5a-626d-42f2-bfc2-ced97d82428b"]}
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>9698fa0d-dc88-4cd5-9de8-89af64b623cb</BackCover>
<Currency>2c79a182-005d-4457-a87a-a70450d3dad0</Currency>
<Date>2026-09-25T03:35:31.9367049+00:00</Date>
<FrontCover>3dac315e-aa84-49a9-b0d5-d75610293e72</FrontCover>
<Language>92c6e14a-2556-4176-b7cd-c9a7a7b287ea</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9b892e3c-7bcd-4de8-bb3b-2e4740c15d8c</d2p1:guid>
<d2p1:guid>f43f0c5a-626d-42f2-bfc2-ced97d82428b</d2p1:guid>
</Parts>
<PriceBook>cb2113ff-9df9-43e1-b18e-f47c00dfe685</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f4e13ecc-c5ea-4acb-8089-98721477b998</d2p1:guid>
<d2p1:guid>5396779b-adee-475a-b218-a23a52b54aa4</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:
"7f902318-c036-446f-9d26-205e3062c683"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7f902318-c036-446f-9d26-205e3062c683</guid>