GET api/Relations/GetRelationsDropdownVMList/{companyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DropdownVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | integer |
None. |
|
| Text | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"value": 1,
"text": "sample string 2"
}
application/xml, text/xml
Sample:
<DropdownVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gruo.Api.Models.ViewModels"> <Text>sample string 2</Text> <Value>1</Value> </DropdownVM>