POST Api/TimeRegistration/V2/Start?dutyId={dutyId}&starttime={starttime}
Start a new timeregistration, save the starttime and the duty for this employee
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dutyId |
The id of the duty |
integer |
Required |
starttime |
The starttime |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
When saved a id is return for updating the registration with an end time.
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>