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