TAG LINE
TAG LINE
SMALL TITLE
System defined schedules for all jobs.
identity READ-ONLY | "identity": 27 Type: Number This is the unique numeric identifier for the Schedule |
ownerId READ-ONLY | "ownerId": 21 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": 18 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": 24 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": 25, "ownerName": "Sample Text Data", "name": "Import Exception Retry", "firstScheduleStart": "2021-04-26T15:25:27.587Z", "scheduleEventTypeId": 21, "scheduleEventTypeName": "Sample Text Data", "scheduleStatusTypeId": 9, "scheduleStatusTypeName": "Sample Text Data", "frequency": "1", "monthlyRecurTypeId": 12, "monthlyRecurTypeName": "Sample Text Data", "scheduleData": "Sample Text Data", "scheduleFrequencyTypeId": 7, "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": 11, "ownerName": "Sample Text Data", "name": "Import Exception Retry", "firstScheduleStart": "2021-04-26T15:25:27.587Z", "scheduleEventTypeId": 17, "scheduleEventTypeName": "Sample Text Data", "scheduleStatusTypeId": 4, "scheduleStatusTypeName": "Sample Text Data", "frequency": "1", "monthlyRecurTypeId": 16, "monthlyRecurTypeName": "Sample Text Data", "scheduleData": "Sample Text Data", "scheduleFrequencyTypeId": 8, "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": 22, "scheduleStatusTypeId": 26, "frequency": "1", "monthlyRecurTypeId": 2, "scheduleData": "Sample Text Data", "scheduleFrequencyTypeId": 8 } 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": 19, "scheduleEventTypeName": "Sample Text Data", "scheduleStatusTypeId": 12, "scheduleStatusTypeName": "Sample Text Data", "frequency": "1", "monthlyRecurTypeId": 14, "monthlyRecurTypeName": "Sample Text Data", "scheduleData": "Sample Text Data", "scheduleFrequencyTypeId": 1, "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": 3, "scheduleStatusTypeId": 10, "frequency": "1", "monthlyRecurTypeId": 2, "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": 11, "ownerName": "Sample Text Data", "name": "Import Exception Retry", "firstScheduleStart": "2021-04-26T15:25:27.587Z", "scheduleEventTypeId": 12, "scheduleEventTypeName": "Sample Text Data", "scheduleStatusTypeId": 9, "scheduleStatusTypeName": "Sample Text Data", "frequency": "1", "monthlyRecurTypeId": 11, "monthlyRecurTypeName": "Sample Text Data", "scheduleData": "Sample Text Data", "scheduleFrequencyTypeId": 17, "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": 24, "scheduleStatusTypeId": 20, "frequency": "1", "monthlyRecurTypeId": 17, "scheduleData": "Sample Text Data", "scheduleFrequencyTypeId": 0 } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "create", "results": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 21, "ownerName": "Sample Text Data", "name": "Import Exception Retry", "firstScheduleStart": "2021-04-26T15:25:27.587Z", "scheduleEventTypeId": 24, "scheduleEventTypeName": "Sample Text Data", "scheduleStatusTypeId": 22, "scheduleStatusTypeName": "Sample Text Data", "frequency": "1", "monthlyRecurTypeId": 8, "monthlyRecurTypeName": "Sample Text Data", "scheduleData": "Sample Text Data", "scheduleFrequencyTypeId": 12, "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": 5, "frequency": "1", "monthlyRecurTypeId": 3, "scheduleData": "Sample Text Data", "scheduleFrequencyTypeId": 23 } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "update", "results": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 20, "ownerName": "Sample Text Data", "name": "Import Exception Retry", "firstScheduleStart": "2021-04-26T15:25:27.587Z", "scheduleEventTypeId": 3, "scheduleEventTypeName": "Sample Text Data", "scheduleStatusTypeId": 15, "scheduleStatusTypeName": "Sample Text Data", "frequency": "1", "monthlyRecurTypeId": 18, "monthlyRecurTypeName": "Sample Text Data", "scheduleData": "Sample Text Data", "scheduleFrequencyTypeId": 1, "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": 19, "scheduleStatusTypeId": 14, "frequency": "1", "monthlyRecurTypeId": 11, "scheduleData": "Sample Text Data", "scheduleFrequencyTypeId": 14 } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "update", "results": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 7, "ownerName": "Sample Text Data", "name": "Import Exception Retry", "firstScheduleStart": "2021-04-26T15:25:27.587Z", "scheduleEventTypeId": 17, "scheduleEventTypeName": "Sample Text Data", "scheduleStatusTypeId": 14, "scheduleStatusTypeName": "Sample Text Data", "frequency": "1", "monthlyRecurTypeId": 23, "monthlyRecurTypeName": "Sample Text Data", "scheduleData": "Sample Text Data", "scheduleFrequencyTypeId": 25, "scheduleFrequencyTypeName": "Sample Text Data" } ] } } |