TAG LINE
TAG LINE
SMALL TITLE
identity READ-ONLY | "identity": 0 Type: Number This is the unique numeric identifier for the RerateScheduleTracking |
rerateScheduleId | "rerateScheduleId": 4 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": 11 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": 0 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": 24 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": 19 Type: Number |
processedCount | "processedCount": 11 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": 17, "rerateScheduleName": "Sample Text Data", "accountId": 5, "accountName": "Sample Text Data", "rerateScheduleStatusTypeId": 25, "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": 0, "processedCount": 3, "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": 10, "rerateScheduleName": "Sample Text Data", "accountId": 18, "accountName": "Sample Text Data", "rerateScheduleStatusTypeId": 3, "rerateScheduleStatusTypeName": "Sample Text Data", "rerateReasonTypeId": 10, "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": 15, "processedCount": 6, "maxUsageRatedId": "Sample Text Data" } } |