POST aetypes/Delete

Request Information

URI Parameters

None.

Body Parameters

AETypeSubmit
NameDescriptionTypeAdditional information
UserId

integer

None.

AETypeId

integer

None.

AEType

string

None.

Active

integer

None.

TenantId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "AETypeId": 1,
  "AEType": "sample string 2",
  "Active": 3,
  "TenantId": 4
}

text/html

Sample:
{"UserId":1,"AETypeId":1,"AEType":"sample string 2","Active":3,"TenantId":4}

application/xml, text/xml

Sample:
<AETypeSubmit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.AETypes">
  <AEType>sample string 2</AEType>
  <AETypeId>1</AETypeId>
  <Active>3</Active>
  <TenantId>4</TenantId>
  <UserId>1</UserId>
</AETypeSubmit>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AETypeSubmit'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.