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": "66eea6bd-8f8a-4787-a328-48208ed63de2",
"PriceBook": "25b1866a-eb07-4a89-afa7-996a1184724d",
"Language": "9ed10984-0b6d-43f9-8dc9-92ba32bd8e18",
"Date": "2025-11-25T22:30:54.7638035Z",
"FrontCover": "cca774d5-18df-4153-913e-fd3a35cef3fd",
"BackCover": "773de6a1-0368-4704-9bac-8763d35481e5",
"Products": [
"de28fcc8-0b60-40ce-8a9c-dfd7624c6a25",
"7070eaea-0613-41fa-af83-b811e6bc9399"
],
"Parts": [
"8d9d02f4-ef64-4570-b08a-00df53c381db",
"82ac574c-f373-41d4-8733-cc86e333214e"
]
}
text/html
Sample:
{"Currency":"66eea6bd-8f8a-4787-a328-48208ed63de2","PriceBook":"25b1866a-eb07-4a89-afa7-996a1184724d","Language":"9ed10984-0b6d-43f9-8dc9-92ba32bd8e18","Date":"2025-11-25T22:30:54.7638035Z","FrontCover":"cca774d5-18df-4153-913e-fd3a35cef3fd","BackCover":"773de6a1-0368-4704-9bac-8763d35481e5","Products":["de28fcc8-0b60-40ce-8a9c-dfd7624c6a25","7070eaea-0613-41fa-af83-b811e6bc9399"],"Parts":["8d9d02f4-ef64-4570-b08a-00df53c381db","82ac574c-f373-41d4-8733-cc86e333214e"]}
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>773de6a1-0368-4704-9bac-8763d35481e5</BackCover>
<Currency>66eea6bd-8f8a-4787-a328-48208ed63de2</Currency>
<Date>2025-11-25T22:30:54.7638035+00:00</Date>
<FrontCover>cca774d5-18df-4153-913e-fd3a35cef3fd</FrontCover>
<Language>9ed10984-0b6d-43f9-8dc9-92ba32bd8e18</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8d9d02f4-ef64-4570-b08a-00df53c381db</d2p1:guid>
<d2p1:guid>82ac574c-f373-41d4-8733-cc86e333214e</d2p1:guid>
</Parts>
<PriceBook>25b1866a-eb07-4a89-afa7-996a1184724d</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>de28fcc8-0b60-40ce-8a9c-dfd7624c6a25</d2p1:guid>
<d2p1:guid>7070eaea-0613-41fa-af83-b811e6bc9399</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:
"2c61987d-3ada-4082-bb94-8aaea41d40cf"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2c61987d-3ada-4082-bb94-8aaea41d40cf</guid>