TAG LINE
TAG LINE
SMALL TITLE
identity READ-ONLY | "identity": 12 Type: Number This is the unique numeric identifier for the RerateScheduleTracking |
rerateScheduleId | "rerateScheduleId": 3 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": 24 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": 10 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": 20 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": 11 Type: Number |
processedCount | "processedCount": 25 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": 15,
"rerateScheduleName": "Sample Text Data",
"accountId": 21,
"accountName": "Sample Text Data",
"rerateScheduleStatusTypeId": 8,
"rerateScheduleStatusTypeName": "Sample Text Data",
"rerateReasonTypeId": 5,
"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": 21,
"processedCount": 7,
"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}/PagedHTTP/1.1 200 OK
{
"trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
"instance": {
"identity": 1,
"rerateScheduleId": 3,
"rerateScheduleName": "Sample Text Data",
"accountId": 20,
"accountName": "Sample Text Data",
"rerateScheduleStatusTypeId": 2,
"rerateScheduleStatusTypeName": "Sample Text Data",
"rerateReasonTypeId": 7,
"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": 20,
"processedCount": 25,
"maxUsageRatedId": "Sample Text Data"
}
} | |