PUT api/CheckInOut
Request Information
URI Parameters
None.
Body Parameters
_apiCheckIn| Name | Description | Type | Additional information |
|---|---|---|---|
| JobId | integer |
None. |
|
| Odometer | integer |
None. |
|
| Time | date |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| IsCheckIn | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"JobId": 1,
"Odometer": 1,
"Time": "2025-11-08T12:50:41.4895982+02:00",
"Longitude": 1.1,
"Latitude": 1.1,
"IsCheckIn": true
}
application/xml, text/xml
Sample:
<_apiCheckIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WasteMart.Models"> <IsCheckIn>true</IsCheckIn> <JobId>1</JobId> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> <Odometer>1</Odometer> <Time>2025-11-08T12:50:41.4895982+02:00</Time> </_apiCheckIn>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
_apiCheckIn| Name | Description | Type | Additional information |
|---|---|---|---|
| JobId | integer |
None. |
|
| Odometer | integer |
None. |
|
| Time | date |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| IsCheckIn | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"JobId": 1,
"Odometer": 1,
"Time": "2025-11-08T12:50:41.5052246+02:00",
"Longitude": 1.1,
"Latitude": 1.1,
"IsCheckIn": true
}
application/xml, text/xml
Sample:
<_apiCheckIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WasteMart.Models"> <IsCheckIn>true</IsCheckIn> <JobId>1</JobId> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> <Odometer>1</Odometer> <Time>2025-11-08T12:50:41.5052246+02:00</Time> </_apiCheckIn>