POST users/checkin
Request Information
URI Parameters
None.
Body Parameters
WorkHistoryViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Date | date |
None. |
|
| Status | integer |
None. |
|
| UserCourierId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"date": "2025-12-06T03:34:02.3490317+00:00",
"status": 2,
"userCourierId": 3
}
application/xml, text/xml
Sample:
<WorkHistoryViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Shared.ViewModels"> <Date>2025-12-06T03:34:02.3490317+00:00</Date> <Id>1</Id> <Status>2</Status> <UserCourierId>3</UserCourierId> </WorkHistoryViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CourierWorkHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Date | date |
None. |
|
| Status | integer |
None. |
|
| UserCourierId | integer |
None. |
|
| Users_UserCourier | Users_UserCourier |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.