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
Dezrez.Core.DataContracts.External.Api.Group.Command.Delete.GroupMemberDeleteCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Reason | Dezrez.Core.DataContracts.External.Api.System.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
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.