POST v6/dropdown/data
Request Information
URI Parameters
None.
Body Parameters
DropdownInputModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| DataType | string |
None. |
|
| RecordId1 | integer |
None. |
|
| RecordId2 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"dataType": "sample string 1",
"recordId1": 1,
"recordId2": 1
}
Response Information
Resource Description
DropdownModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Unique identifier of the items in the list |
integer |
None. |
| Value |
Display value of the items in the list |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"value": "sample string 2"
}