accountId | Integer | The ID of your Fusebill account |
type | String | The type of service job |
status | Enum: { NotStarted, InProgress, Completed, Failed } | The current state of the job |
createdTimestamp | DateTime | The timestamp of the job was created |
completedTimestamp | DateTime | The timestamp of when the job reached a final state |
additionalData | JSON String | Additional information in the form of JSON which is custom to the service job |
totalCount | Integer | The total count of tasks for this job |
totalSuccessful | Integer | The total count of successful tasks for this job |
totalFailed | Integer | The total count of failed tasks for this job |
percentComplete | Decimal | The percentage of completed tasks for this job |
isOffline | Boolean | Indicates whether the job is to be processed offline. |
id | Integer | The Fusebill generated unique ID of this service job |