POST areatypes/Update
Request Information
URI Parameters
None.
Body Parameters
AreaTypesEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| AreaTypeID | integer |
None. |
|
| AreaType | string |
Required |
|
| Active | integer |
None. |
|
| TenantID | integer |
None. |
|
| TenantName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AreaTypeID": 1,
"AreaType": "sample string 2",
"Active": 3,
"TenantID": 4,
"TenantName": "sample string 5"
}
text/html
Sample:
{"AreaTypeID":1,"AreaType":"sample string 2","Active":3,"TenantID":4,"TenantName":"sample string 5"}
application/xml, text/xml
Sample:
<AreaTypesEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.AreaTypes"> <Active>3</Active> <AreaType>sample string 2</AreaType> <AreaTypeID>1</AreaTypeID> <TenantID>4</TenantID> <TenantName>sample string 5</TenantName> </AreaTypesEntity>
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.