POST aelist/Update
Request Information
URI Parameters
None.
Body Parameters
AEListEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| AEListID | integer |
None. |
|
| AEType | integer |
None. |
|
| AETypeName | string |
None. |
|
| AEName | string |
None. |
|
| SuburbName | string |
Required |
|
| Suburb | integer |
None. |
|
| StreetName | string |
None. |
|
| TenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AEListID": 1,
"AEType": 2,
"AETypeName": "sample string 3",
"AEName": "sample string 4",
"SuburbName": "sample string 5",
"Suburb": 6,
"StreetName": "sample string 7",
"TenantId": 8
}
text/html
Sample:
{"AEListID":1,"AEType":2,"AETypeName":"sample string 3","AEName":"sample string 4","SuburbName":"sample string 5","Suburb":6,"StreetName":"sample string 7","TenantId":8}
application/xml, text/xml
Sample:
<AEListEntity 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>2</AEType> <AETypeName>sample string 3</AETypeName> <StreetName>sample string 7</StreetName> <Suburb>6</Suburb> <SuburbName>sample string 5</SuburbName> <TenantId>8</TenantId> </AEListEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.