TAG LINE
TAG LINE
SMALL TITLE
System defined schedules for all jobs.
identity READ-ONLY | "identity": 26 Type: Number This is the unique numeric identifier for the Schedule |
ownerId READ-ONLY | "ownerId": 0 Type: Number Unique identifier for the associated Owner object. |
ownerName READ-ONLY | "ownerName": "Sample Name" Type: String The name of the object associated with the ownerId property. |
name | "name": "Import Exception Retry" Type: String System defined name for the Schedule. |
firstScheduleStart | "firstScheduleStart": "2021-04-26T15:25:27.587Z" Type: Date |
scheduleEventTypeId | "scheduleEventTypeId": 9 Type: Number Unique identifier for the associated ScheduleEventType object. |
scheduleEventTypeName | "scheduleEventTypeName": "Sample Name" Type: String The name of the object associated with the scheduleEventTypeId property. |
scheduleStatusTypeId | "scheduleStatusTypeId": 10 Type: Number Unique identifier for the associated ScheduleStatusType object. |
scheduleStatusTypeName | "scheduleStatusTypeName": "Sample Name" Type: String The name of the object associated with the scheduleStatusTypeId property. |
frequency | "frequency": 1 Type: Number The frequency the schedule operates at. |
monthlyRecurTypeId | "monthlyRecurTypeId": 7 Type: Number Unique identifier for the associated MonthlyRecurType object. |
monthlyRecurTypeName | "monthlyRecurTypeName": "Sample Name" Type: String The name of the object associated with the monthlyRecurTypeId property. |
scheduleData | "scheduleData": "Hello World" Type: String Additional data required for the schedule. |
scheduleFrequencyTypeId | "scheduleFrequencyTypeId": 16 Type: Number Unique identifier for the associated ScheduleFrequencyType object. |
scheduleFrequencyTypeName | "scheduleFrequencyTypeName": "Sample Name" Type: String The name of the object associated with the scheduleFrequencyTypeId property. |
| GET | Schedule/DataExport |
| Retrieve all of the Schedule objects. | |
Retrieve all of the Schedule objects. GET Schedule/DataExport HTTP/1.1 200 OK
{
"trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
"totalCount": 1,
"items": [
{
"identity": 1,
"ownerId": 8,
"ownerName": "Sample Text Data",
"name": "Import Exception Retry",
"firstScheduleStart": "2021-04-26T15:25:27.587Z",
"scheduleEventTypeId": 24,
"scheduleEventTypeName": "Sample Text Data",
"scheduleStatusTypeId": 4,
"scheduleStatusTypeName": "Sample Text Data",
"frequency": "1",
"monthlyRecurTypeId": 17,
"monthlyRecurTypeName": "Sample Text Data",
"scheduleData": "Sample Text Data",
"scheduleFrequencyTypeId": 23,
"scheduleFrequencyTypeName": "Sample Text Data"
}
]
} | |
| GET | Schedule/Rerate |
| Retrieve all of the Schedule objects. | |
Retrieve all of the Schedule objects. GET Schedule/Rerate HTTP/1.1 200 OK
{
"trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
"totalCount": 1,
"items": [
{
"identity": 1,
"ownerId": 27,
"ownerName": "Sample Text Data",
"name": "Import Exception Retry",
"firstScheduleStart": "2021-04-26T15:25:27.587Z",
"scheduleEventTypeId": 8,
"scheduleEventTypeName": "Sample Text Data",
"scheduleStatusTypeId": 13,
"scheduleStatusTypeName": "Sample Text Data",
"frequency": "1",
"monthlyRecurTypeId": 19,
"monthlyRecurTypeName": "Sample Text Data",
"scheduleData": "Sample Text Data",
"scheduleFrequencyTypeId": 19,
"scheduleFrequencyTypeName": "Sample Text Data"
}
]
} | |
| POST | Schedule/BillRun |
| Create a new instance of the Schedule object. | |
Create a new instance of the Schedule object. POST Schedule/BillRun
{
"name": "Import Exception Retry",
"firstScheduleStart": "2021-04-26T15:25:27.587Z",
"scheduleEventTypeId": 16,
"scheduleStatusTypeId": 17,
"frequency": "1",
"monthlyRecurTypeId": 20,
"scheduleData": "Sample Text Data",
"scheduleFrequencyTypeId": 20
}HTTP/1.1 200 OK
{
"trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
"type": "create",
"results": {
"totalCount": 1,
"items": [
{
"identity": 1,
"ownerId": 8,
"ownerName": "Sample Text Data",
"name": "Import Exception Retry",
"firstScheduleStart": "2021-04-26T15:25:27.587Z",
"scheduleEventTypeId": 15,
"scheduleEventTypeName": "Sample Text Data",
"scheduleStatusTypeId": 1,
"scheduleStatusTypeName": "Sample Text Data",
"frequency": "1",
"monthlyRecurTypeId": 3,
"monthlyRecurTypeName": "Sample Text Data",
"scheduleData": "Sample Text Data",
"scheduleFrequencyTypeId": 24,
"scheduleFrequencyTypeName": "Sample Text Data"
}
]
}
} | |
| POST | Schedule/DataExport |
| Create a new instance of the Schedule object. | |
Create a new instance of the Schedule object. POST Schedule/DataExport
{
"name": "Import Exception Retry",
"firstScheduleStart": "2021-04-26T15:25:27.587Z",
"scheduleEventTypeId": 6,
"scheduleStatusTypeId": 16,
"frequency": "1",
"monthlyRecurTypeId": 17,
"scheduleData": "Sample Text Data",
"scheduleFrequencyTypeId": 24
}HTTP/1.1 200 OK
{
"trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
"type": "create",
"results": {
"totalCount": 1,
"items": [
{
"identity": 1,
"ownerId": 10,
"ownerName": "Sample Text Data",
"name": "Import Exception Retry",
"firstScheduleStart": "2021-04-26T15:25:27.587Z",
"scheduleEventTypeId": 5,
"scheduleEventTypeName": "Sample Text Data",
"scheduleStatusTypeId": 20,
"scheduleStatusTypeName": "Sample Text Data",
"frequency": "1",
"monthlyRecurTypeId": 26,
"monthlyRecurTypeName": "Sample Text Data",
"scheduleData": "Sample Text Data",
"scheduleFrequencyTypeId": 2,
"scheduleFrequencyTypeName": "Sample Text Data"
}
]
}
} | |
| POST | Schedule/Rerate |
| Create a new instance of the Schedule object. | |
Create a new instance of the Schedule object. POST Schedule/Rerate
{
"name": "Import Exception Retry",
"firstScheduleStart": "2021-04-26T15:25:27.587Z",
"scheduleEventTypeId": 13,
"scheduleStatusTypeId": 12,
"frequency": "1",
"monthlyRecurTypeId": 6,
"scheduleData": "Sample Text Data",
"scheduleFrequencyTypeId": 6
}HTTP/1.1 200 OK
{
"trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
"type": "create",
"results": {
"totalCount": 1,
"items": [
{
"identity": 1,
"ownerId": 12,
"ownerName": "Sample Text Data",
"name": "Import Exception Retry",
"firstScheduleStart": "2021-04-26T15:25:27.587Z",
"scheduleEventTypeId": 7,
"scheduleEventTypeName": "Sample Text Data",
"scheduleStatusTypeId": 8,
"scheduleStatusTypeName": "Sample Text Data",
"frequency": "1",
"monthlyRecurTypeId": 9,
"monthlyRecurTypeName": "Sample Text Data",
"scheduleData": "Sample Text Data",
"scheduleFrequencyTypeId": 3,
"scheduleFrequencyTypeName": "Sample Text Data"
}
]
}
} | |
| PUT | Schedule/DataExport/{id} |
| Update an existing instance of the Schedule object. | |
Update an existing instance of the Schedule object. PUT Schedule/DataExport/{id}
{
"identity": 1,
"name": "Import Exception Retry",
"firstScheduleStart": "2021-04-26T15:25:27.587Z",
"scheduleEventTypeId": 15,
"scheduleStatusTypeId": 18,
"frequency": "1",
"monthlyRecurTypeId": 23,
"scheduleData": "Sample Text Data",
"scheduleFrequencyTypeId": 8
}HTTP/1.1 200 OK
{
"trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
"type": "update",
"results": {
"totalCount": 1,
"items": [
{
"identity": 1,
"ownerId": 16,
"ownerName": "Sample Text Data",
"name": "Import Exception Retry",
"firstScheduleStart": "2021-04-26T15:25:27.587Z",
"scheduleEventTypeId": 7,
"scheduleEventTypeName": "Sample Text Data",
"scheduleStatusTypeId": 22,
"scheduleStatusTypeName": "Sample Text Data",
"frequency": "1",
"monthlyRecurTypeId": 16,
"monthlyRecurTypeName": "Sample Text Data",
"scheduleData": "Sample Text Data",
"scheduleFrequencyTypeId": 9,
"scheduleFrequencyTypeName": "Sample Text Data"
}
]
}
} | |
| PUT | Schedule/Rerate/{id} |
| Update an existing instance of the Schedule object. | |
Update an existing instance of the Schedule object. PUT Schedule/Rerate/{id}
{
"identity": 1,
"name": "Import Exception Retry",
"firstScheduleStart": "2021-04-26T15:25:27.587Z",
"scheduleEventTypeId": 24,
"scheduleStatusTypeId": 12,
"frequency": "1",
"monthlyRecurTypeId": 17,
"scheduleData": "Sample Text Data",
"scheduleFrequencyTypeId": 4
}HTTP/1.1 200 OK
{
"trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
"type": "update",
"results": {
"totalCount": 1,
"items": [
{
"identity": 1,
"ownerId": 5,
"ownerName": "Sample Text Data",
"name": "Import Exception Retry",
"firstScheduleStart": "2021-04-26T15:25:27.587Z",
"scheduleEventTypeId": 19,
"scheduleEventTypeName": "Sample Text Data",
"scheduleStatusTypeId": 19,
"scheduleStatusTypeName": "Sample Text Data",
"frequency": "1",
"monthlyRecurTypeId": 24,
"monthlyRecurTypeName": "Sample Text Data",
"scheduleData": "Sample Text Data",
"scheduleFrequencyTypeId": 20,
"scheduleFrequencyTypeName": "Sample Text Data"
}
]
}
} | |