TAG LINE
TAG LINE
SMALL TITLE
identity READ-ONLY | "identity": 21 Type: Number This is the unique numeric identifier for the RerateScheduleTracking |
rerateScheduleId | "rerateScheduleId": 5 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": 0 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": 1 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": 9 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": 12 Type: Number |
processedCount | "processedCount": 13 Type: Number |
maxUsageRatedId | "maxUsageRatedId": "Hello World" Type: String |
accountRerateInitializationStart | "accountRerateInitializationStart": "2021-04-26T15:25:27.587Z" Type: Date Date and time values are specified in the ISO 8601 format. |
accountRerateInitializationComplete | "accountRerateInitializationComplete": "2021-04-26T15:25:27.587Z" Type: Date Date and time values are specified in the ISO 8601 format. |
accountRerateStart | "accountRerateStart": "2021-04-26T15:25:27.587Z" Type: Date Date and time values are specified in the ISO 8601 format. |
usageManagerQueuingSeconds | "usageManagerQueuingSeconds": 17 Type: Number |
rerateInitializationSeconds | "rerateInitializationSeconds": 18 Type: Number |
rerateSeconds | "rerateSeconds": 8 Type: Number |
| 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": 2,
"rerateScheduleName": "Sample Text Data",
"accountId": 25,
"accountName": "Sample Text Data",
"rerateScheduleStatusTypeId": 19,
"rerateScheduleStatusTypeName": "Sample Text Data",
"rerateReasonTypeId": 1,
"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": 5,
"processedCount": 15,
"maxUsageRatedId": "Sample Text Data",
"accountRerateInitializationStart": "2021-04-26T15:25:27.587Z",
"accountRerateInitializationComplete": "2021-04-26T15:25:27.587Z",
"accountRerateStart": "2021-04-26T15:25:27.587Z",
"usageManagerQueuingSeconds": 25,
"rerateInitializationSeconds": 11,
"rerateSeconds": 8
}
} | |
| 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}/PagedHTTP/1.1 200 OK
{
"trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
"instance": {
"identity": 1,
"rerateScheduleId": 24,
"rerateScheduleName": "Sample Text Data",
"accountId": 3,
"accountName": "Sample Text Data",
"rerateScheduleStatusTypeId": 9,
"rerateScheduleStatusTypeName": "Sample Text Data",
"rerateReasonTypeId": 14,
"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": 13,
"processedCount": 19,
"maxUsageRatedId": "Sample Text Data",
"accountRerateInitializationStart": "2021-04-26T15:25:27.587Z",
"accountRerateInitializationComplete": "2021-04-26T15:25:27.587Z",
"accountRerateStart": "2021-04-26T15:25:27.587Z",
"usageManagerQueuingSeconds": 23,
"rerateInitializationSeconds": 26,
"rerateSeconds": 27
}
} | |