Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Approve an existing time registration in Microbizz.

Input

registrationidnumberThe Microbizz ID of the registration.
useridnumberThe 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.

...

internalscollection[ registration_internal ]A collection of all the possible internal registrations


GetAllRegistrationsByDateRange

Get all possible internal registrations in Microbizz.

Input

startdatedateThe first valid registrationdate
enddatedateThe last valid registrationdate
resumekeystringIf a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries

Output

registrationscollection[registrationentry]A collection of the relevant registrations, or an empty collection if no registration was found.
resumekeystringSometimes 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.