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

Version 1 Next »

3.17.0

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

Timecard Status Object Format

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

Timecard Status Object Properties

(info) Required properties are in bold.

PropertyValueDescription
TimecardIDstringIdentifies the specific timecard ID.
StatusstringSpecifies the status of the timecard. See: Timecard Status System Category
Usersarray

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.

Alertobject
PropertyValueDescription
Modulestring

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

Valid values are:

  • TimeEntry
MsgstringContains the alert message to be displayed to the user
  • No labels