Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.54 KB

ActivityCode.md

File metadata and controls

20 lines (16 loc) · 1.54 KB

ActivityCode

Properties

Name Type Description Notes
id string The globally unique identifier for the object. [optional]
name string The name of the activity code. Default activity codes will be created with an empty name [optional]
isActive bool Whether this activity code is active or has been deleted [optional]
isDefault bool Whether this is a default activity code [optional]
category string The activity code's category. [optional]
lengthInMinutes int The default length of the activity in minutes [optional]
countsAsPaidTime bool Whether an agent is paid while performing this activity [optional]
countsAsWorkTime bool Indicates whether or not the activity should be counted as contiguous work time for calculating daily constraints [optional]
agentTimeOffSelectable bool Whether an agent can select this activity code when creating or editing a time off request. Null if the activity's category is not time off. [optional]
metadata \PureCloudPlatform\Client\V2\Model\WfmVersionedEntityMetadata Version metadata for the associated management unit's list of activity codes
selfUri string The URI for this object [optional]

[Back to Model list] [Back to API list] [Back to README]