POST api/Admin/UpdateGroup
Request Information
URI Parameters
None.
Body Parameters
GroupUpdateModelName | Description | Type | Additional information |
---|---|---|---|
GroupName | string |
Required |
|
GroupId | integer |
Required |
|
IsActive | boolean |
Required |
|
ModifiedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "GroupName": "sample string 1", "GroupId": 2, "IsActive": true, "ModifiedBy": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonName | Description | Type | Additional information |
---|---|---|---|
status | string |
None. |
|
message | string |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": "sample string 1", "message": "sample string 2", "data": { "$id": "2" } }