POST api/centralcontol/saveDriverLog
Request Information
URI Parameters
None.
Body Parameters
AttendanceLogModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AttendanceId | integer |
None. |
|
| ClockId | integer |
None. |
|
| DriverCode | string |
None. |
|
| LogMessage | string |
None. |
|
| Originator | string |
None. |
|
| UnlockedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"AttendanceId": 1,
"ClockId": 2,
"DriverCode": "sample string 3",
"LogMessage": "sample string 4",
"Originator": "sample string 5",
"UnlockedDate": "2026-08-25T16:56:40.0798985+10:00"
}
text/xml
Sample:
<AttendanceLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.Transport.Model"> <AttendanceId>1</AttendanceId> <ClockId>2</ClockId> <DriverCode>sample string 3</DriverCode> <LogMessage>sample string 4</LogMessage> <Originator>sample string 5</Originator> <UnlockedDate>2026-08-25T16:56:40.0798985+10:00</UnlockedDate> </AttendanceLogModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |