POST aetypes/Update
Request Information
URI Parameters
None.
Body Parameters
AETypesEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| AETypeId | integer |
None. |
|
| AEType | string |
None. |
|
| Active | integer |
None. |
|
| TenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AETypeId": 1,
"AEType": "sample string 1",
"Active": 2,
"TenantId": 3
}
text/html
Sample:
{"AETypeId":1,"AEType":"sample string 1","Active":2,"TenantId":3}
application/xml, text/xml
Sample:
<AETypesEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.AETypes"> <AEType>sample string 1</AEType> <AETypeId>1</AETypeId> <Active>2</Active> <TenantId>3</TenantId> </AETypesEntity>
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.