Name | Description | Type | Additional information |
---|---|---|---|
Enabled |
Determines whether the task registered on the account is enabled or disabled. |
boolean |
None. |
TaskID |
The ID of the task to be registered. |
globally unique identifier |
Required |
Frequency |
How often the task should run. |
TwoSms.Platform.Database.CustomerPortal.Tables.Task.Frequency |
Required |
StartDate |
Determines when the task should start running. |
date |
None. |
FinishDate |
Determines when the task should stop running. |
date |
None. |
Parameters |
The parameters for the task. |
string |
Required |
ContentType |
The format the parameters are in. Must either be application/xml or application/json. |
string |
Required |
Notification |
Determines the notifications the task could send back to the user. |
TwoSms.Platform.Database.CustomerPortal.Tables.Task.TaskNotification |
None. |