TAG LINE
TAG LINE
SMALL TITLE
identity READ-ONLY | "identity": 24 Type: Number This is the unique numeric identifier for the RerateScheduleTracking |
rerateScheduleId | "rerateScheduleId": 19 Type: Number Unique identifier for the associated RerateSchedule object. |
rerateScheduleName | "rerateScheduleName": "Sample Name" Type: String The name of the object associated with the rerateScheduleId property. |
accountId | "accountId": 3 Type: Number Unique identifier for the associated Account object. |
accountName | "accountName": "Sample Name" Type: String The name of the object associated with the accountId property. |
rerateScheduleStatusTypeId | "rerateScheduleStatusTypeId": 13 Type: Number Unique identifier for the associated RerateScheduleStatusType object. |
rerateScheduleStatusTypeName | "rerateScheduleStatusTypeName": "Sample Name" Type: String The name of the object associated with the rerateScheduleStatusTypeId property. |
rerateReasonTypeId | "rerateReasonTypeId": 13 Type: Number Unique identifier for the associated RerateReasonType object. |
rerateReasonTypeName | "rerateReasonTypeName": "Sample Name" Type: String The name of the object associated with the rerateReasonTypeId property. |
rerateStart | "rerateStart": "Hello World" Type: String |
created READ-ONLY | "created": "2021-04-26T15:25:27.587Z" Type: Date This is a system generated date when the record was created. Date and time values are specified in the ISO 8601 format. |
start | "start": "2021-04-26T15:25:27.587Z" Type: Date Date and time values are specified in the ISO 8601 format. |
queued | "queued": "2021-04-26T15:25:27.587Z" Type: Date Date and time values are specified in the ISO 8601 format. |
complete | "complete": "2021-04-26T15:25:27.587Z" Type: Date Date and time values are specified in the ISO 8601 format. |
queuedCount | "queuedCount": 15 Type: Number |
processedCount | "processedCount": 16 Type: Number |
maxUsageRatedId | "maxUsageRatedId": "Hello World" Type: String |
GET | RerateScheduleTracking/ByRerateSchedule/{id} |
Retrieve an instance of the RerateScheduleTracking object by its ID. | |
{id} | Unique identifier for the RerateScheduleTracking object. |
Retrieve an instance of the RerateScheduleTracking object by its ID. GET RerateScheduleTracking/ByRerateSchedule/{id} HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "rerateScheduleId": 3, "rerateScheduleName": "Sample Text Data", "accountId": 2, "accountName": "Sample Text Data", "rerateScheduleStatusTypeId": 27, "rerateScheduleStatusTypeName": "Sample Text Data", "rerateReasonTypeId": 16, "rerateReasonTypeName": "Sample Text Data", "rerateStart": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "start": "2021-04-26T15:25:27.587Z", "queued": "2021-04-26T15:25:27.587Z", "complete": "2021-04-26T15:25:27.587Z", "queuedCount": 3, "processedCount": 11, "maxUsageRatedId": "Sample Text Data" } } |
GET | RerateScheduleTracking/ByRerateSchedule/{id}/Paged |
Retrieve all of the / objects for a specified RerateScheduleTracking in a paged fashion. | |
{id} | Unique identifier for the RerateScheduleTracking object. |
Retrieve all of the / objects for a specified RerateScheduleTracking in a paged fashion. GET RerateScheduleTracking/ByRerateSchedule/{id}/Paged HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "rerateScheduleId": 16, "rerateScheduleName": "Sample Text Data", "accountId": 18, "accountName": "Sample Text Data", "rerateScheduleStatusTypeId": 21, "rerateScheduleStatusTypeName": "Sample Text Data", "rerateReasonTypeId": 26, "rerateReasonTypeName": "Sample Text Data", "rerateStart": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "start": "2021-04-26T15:25:27.587Z", "queued": "2021-04-26T15:25:27.587Z", "complete": "2021-04-26T15:25:27.587Z", "queuedCount": 4, "processedCount": 14, "maxUsageRatedId": "Sample Text Data" } } |