GET api/Data/GetListHelper?vendorid={vendorid}&flag={flag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vendorid | integer |
Required |
|
| flag | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Selected | boolean |
None. |
|
| Text | string |
None. |
|
| Value | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Selected": true,
"Text": "sample string 2",
"Value": "sample string 3"
},
{
"$ref": "1"
}
]