POST api/TillMenu/LogEntry
Request Information
URI Parameters
None.
Body Parameters
EskimoClassLibraries.clsWebTillLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Text | string |
Required |
|
| LogType | EskimoClassLibraries.clsWebTillLog+LogTypeEnum |
Required |
|
| MachineToken | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Text": "sample string 1",
"LogType": 1,
"MachineToken": "sample string 2"
}
application/xml, text/xml
Sample:
<clsWebTillLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EskimoClassLibraries"> <LogType>UserActivity</LogType> <MachineToken>sample string 2</MachineToken> <Text>sample string 1</Text> </clsWebTillLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |