POST aelist
Request Information
URI Parameters
None.
Body Parameters
SearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchID | integer |
None. |
|
| UserName | string |
None. |
|
| TenantId | integer |
None. |
|
| StreetName | string |
None. |
|
| SuburbId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchID": 1,
"UserName": "sample string 2",
"TenantId": 3,
"StreetName": "sample string 4",
"SuburbId": 5
}
text/html
Sample:
{"SearchID":1,"UserName":"sample string 2","TenantId":3,"StreetName":"sample string 4","SuburbId":5}
application/xml, text/xml
Sample:
<SearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.ListenerWebAPI.Models"> <SearchID>1</SearchID> <StreetName>sample string 4</StreetName> <SuburbId>5</SuburbId> <TenantId>3</TenantId> <UserName>sample string 2</UserName> </SearchModel>
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.