...
Approve an existing time registration in Microbizz.
Input
registrationid | number | The Microbizz ID of the registration. |
userid | number | The Microbizz ID of the user who approved the registration. |
Output
none | - | - |
UpdateRegistration
Update an existing registration. Only works for registrations that already belong to the current user. Only updates minutes, start time, workarea, note and stars.
...
internals | collection[ registration_internal ] | A collection of all the possible internal registrations |
GetAllRegistrationsByDateRange
Get all possible internal registrations in Microbizz.
Input
startdate | date | The first valid registrationdate |
enddate | date | The last valid registrationdate |
resumekey | string | If a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries |
Output
registrations | collection[registrationentry] | A collection of the relevant registrations, or an empty collection if no registration was found. |
resumekey | string | Sometimes the entire result cannot be returned because it's to large. In that case a resumekey is returned along with the results. Execute the command again with this resumekey to get the remaining results. |