chargeback-report-schedule

chargeback-report-schedule
chargeback-report-schedule

Model to represent a Chargeback Report Schedule

JSON Example
{
    "dayOfTheMonth": 0,
    "daysOfTheWeek": [
        "string"
    ],
    "id": "string",
    "recurrence": 0,
    "reportScheduleType": "string",
    "resourceIds": [
        "string"
    ],
    "startDate": "string",
    "startHour": 0,
    "startMinute": 0,
    "weekOfMonth": "string"
}
integer As int32 As int32
dayOfTheMonth
Optional

The days of the month when the Schedule will run - Valid values are from 1-31

array of string
daysOfTheWeek
Optional

The days of the week this Schedule repeats

Enumeration: UNKNOWN, SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
string As uuid As uuid
id
Optional

UUID of the schedule

integer As int32 As int32
recurrence
Required  

Indicates the recurrence period of the Schedule. Defaults to 1.

string
reportScheduleType
Required  

Types of schedule

Enumeration: UNKNOWN, DAILY, WEEKLY, MONTHLY, YEARLY
array of string
resourceIds
Required  
Constraints: minItems: 0 maxItems: 1

Resource identifiers for which the schedule will be created. Currently we support Schedules for a single Resource.

string
startDate
Required  

Starting time when the Report Schedule comes into effect. Defaults to the current date.

integer As int32 As int32
startHour
Optional

The hour of the day when the Schedule runs. Defaults to 8.

integer As int32 As int32
startMinute
Optional

The minutes of the hour when the Schedule runs. Defaults to 0.

string
weekOfMonth
Optional

Week of the Month

Enumeration: UNKNOWNN, FIRST, SECOND, THIRD, FOURTH, LAST