DELETE api/group/{id}/deletegroupmember
Delete a contact from a group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
GroupMemberDeleteCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Reason | EnumDataContract |
None. |
|
Note | string |
None. |
|
TenantInfoId | integer |
None. |
|
LandLordInfoId | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Id": 1, "Reason": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "Note": "sample string 2", "TenantInfoId": 1, "LandLordInfoId": 1 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.