POST api/Get/GetempGroupData?model={model}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| model | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EmpGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupID | string |
None. |
|
| GroupName | string |
None. |
|
| GroupType | string |
None. |
|
| GroupCount | string |
None. |
|
| IsChecked | boolean |
None. |
|
| IsDisabled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GroupID": "sample string 1",
"GroupName": "sample string 2",
"GroupType": "sample string 3",
"GroupCount": "sample string 4",
"IsChecked": true,
"IsDisabled": true
},
{
"GroupID": "sample string 1",
"GroupName": "sample string 2",
"GroupType": "sample string 3",
"GroupCount": "sample string 4",
"IsChecked": true,
"IsDisabled": true
}
]