POST app/api/logs
Request Information
URI Parameters
None.
Body Parameters
logAppPar| Name | Description | Type | Additional information |
|---|---|---|---|
| CryptoKey | string |
None. |
|
| user | string |
None. |
|
| msg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CryptoKey": "sample string 1",
"user": "sample string 2",
"msg": "sample string 3"
}
text/xml
Sample:
<logAppPar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Models"> <CryptoKey>sample string 1</CryptoKey> <msg>sample string 3</msg> <user>sample string 2</user> </logAppPar>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />