POST api/support_channel/v1/delete_email

Request Information

URI Parameters

None.

Body Parameters

SupportChannel
NameDescriptionTypeAdditional information
id

integer

None.

active

boolean

None.

email

string

None.

other

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "active": true,
  "email": "sample string 3",
  "other": "sample string 4"
}

application/xml, text/xml

Sample:
<SupportChannel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Models">
  <active>true</active>
  <email>sample string 3</email>
  <id>1</id>
  <other>sample string 4</other>
</SupportChannel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.