Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

3.17.0

The Timecard Status object is used to update the status of a Timecard for a specific user. 

Timecard Status Object Formats

JSON Format
{
    "TimecardID": "",
    "Status": "",
	"Users" : [],
    "Alert": {
		"Module" : "Timecard",
        "Msg" : "",
		"Args" : {
				"TimecardID" : ""
			}
        }
    }
}

Timecard Status Object Properties

(info) Required properties are in bold.

Property

Value

Description

TimecardID

string

Identifies the specific timecard ID.

Status

string

Specifies the status of the timecard. See: Timecard Status System Category

Users

array

When changing the status of a time card this property can be used to update multiple users during a single call.

The Users array, if used, must contain a list of valid user IDs.

Alert

object

Property

Value

Description

Module

string

Identifies what mobile module should be loaded when the alert is clicked on the mobile device.

Valid values are:

  • TimeEntry

Msg

string

Contains the alert message to be displayed to the user

  • No labels