POST api/Group/DeleteGroup
Request Information
URI Parameters
None.
Body Parameters
DeleteGroupMdlName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMdlName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Data | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": true, "Data": {}, "Message": "sample string 3" }