Skip to end of metadata
Go to start of metadata
Timecard Status Object Formats
{
"TimecardID": "",
"Status": "",
"Users" : [],
"Alert": {
"Module" : "Timecard",
"Msg" : "",
"Args" : {
"TimecardID" : ""
}
}
}
}
Timecard Status Object Properties
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: | Msg | string | Contains the alert message to be displayed to the user |
|