POST aelist/Create

Request Information

URI Parameters

None.

Body Parameters

AEListSubmitExtended
NameDescriptionTypeAdditional information
UserId

integer

None.

TenantId

integer

None.

AEListId

integer

None.

AEType

integer

None.

AEName

string

None.

SuburbId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "TenantId": 2,
  "AEListId": 1,
  "AEType": 3,
  "AEName": "sample string 4",
  "SuburbId": 5
}

text/html

Sample:
{"UserId":1,"TenantId":2,"AEListId":1,"AEType":3,"AEName":"sample string 4","SuburbId":5}

application/xml, text/xml

Sample:
<AEListSubmitExtended xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.AEList">
  <AEListId>1</AEListId>
  <AEName>sample string 4</AEName>
  <AEType>3</AEType>
  <SuburbId>5</SuburbId>
  <TenantId>2</TenantId>
  <UserId>1</UserId>
</AEListSubmitExtended>

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 'AEListSubmitExtended'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.