Updates time card

Updates an existing time card by id. Sent-to-payroll revision and sent-to-payroll datetime are the only fields supported at this time.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The id of the time card to be updated.

Body Params

The set of values to be updated. Currently only sent-to-payroll revision and sent-to-payroll datetime.

A POCO that represents a time card to be updated the API.

int32
required

The revision of the time card sent to payroll.

date-time
required

When the time card was sent to payroll.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
204

No Content

404

The specified resource is not found.

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here!