POST api/LogAttempts
Request Information
URI Parameters
None.
Body Parameters
LogAttempts| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LogUsers | string |
None. |
|
| LogDates | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LogUsers": "sample string 2",
"LogDates": "sample string 3"
}
application/xml, text/xml
Sample:
<LogAttempts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NTInfotainmentWebApi.Models"> <Id>1</Id> <LogDates>sample string 3</LogDates> <LogUsers>sample string 2</LogUsers> </LogAttempts>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LogAttempts| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LogUsers | string |
None. |
|
| LogDates | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"LogUsers": "sample string 2",
"LogDates": "sample string 3"
}
application/xml, text/xml
Sample:
<LogAttempts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NTInfotainmentWebApi.Models"> <Id>1</Id> <LogDates>sample string 3</LogDates> <LogUsers>sample string 2</LogUsers> </LogAttempts>