Updates a specified time accounting item for an inspection.
Scope | inspections Deprecated scope name: update_inspection_timeaccounting |
App Type | Agency |
Authorization Type | Access token |
URI | /v4/inspections/{inspectionId}/timeAccounting/{id}?lang={lang} |
HTTP Method | PUT |
Automation Version(s) | 7.3.2 |
Field or Parameter | Type | Required | Values | Description | Automation Version |
---|---|---|---|---|---|
id | string | Yes | � | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
inspectionId | long | Yes | Get All Inspections Search Inspections | The unique ID associated with the inspection. | 7.3.2 |
lang | String | No | � | Indicates the language applied. | 7.3.2 |
billable | string | No | Y | N | This defines whether or not the item is billable. | 7.3.2 |
cost | double | No | � | The calculated cost of the entry | 7.3.2 |
createBy | string | No | � | The unique user id of the individual that created this entry. | 7.3.2 |
createDate | dateTime | No | � | The date the entry was created. | 7.3.2 |
duration | string | No | � | The unit of time used to measure the duration of a task or activity. For example, hours or minutes. | 7.3.2 |
endTime | string | No | � | The time the inspection was completed. | 7.3.2 |
entityId | string | No | � | The unique ID of the entity or record. | 7.3.2 |
entityType | string | No | � | The type of entity. | 7.3.2 |
group | group{} | No | Get All Time Accounting Groups | The time accounting group. | 7.3.2 |
group.text | string | No | � | The localized display text. | 7.3.2 |
group.value | string | No | � | The value for the specified parameter. | 7.3.2 |
id | long | No | � | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
percent | double | No | � | The percentage point for calculating the cost. 50 stands for 50%, 80 stands for 80%, and 150 stands for 150%. | 7.3.2 |
rate | double | No | � | The billing rate for inspections. | 7.3.2 |
recordId | recordId{} | No | Get All Records Search Records Get My Records | The unique ID associated with a record. | 7.3.2 |
recordId.customId | string | No | � | An ID based on a different numbering convention from the numbering convention used by the record ID (xxxxx-xx-xxxxx). Accela Automation auto-generates and applies an alternate ID value when you submit a new application. | 7.3.2 |
recordId.id | string | No | � | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
recordId.serviceProviderCode | string | No | � | The unique agency identifier, the system assigns, on the Accela Civic Platform. | 7.3.2 |
recordId.trackingId | long | No | � | The application tracking number (IVR tracking number). | 7.3.2 |
recordId.value | string | No | � | The value for the specified parameter. | 7.3.2 |
serviceProviderCode | string | No | � | The unique agency identifier, the system assigns, on the Accela Civic Platform. | 7.3.2 |
startTime | string | No | � | The time when you started the inspection. | 7.3.2 |
totalMinutes | long | No | � | The total number of billable minutes for an inspection. | 7.3.2 |
type | type{} | No | Get All Time Accounting Types | The time accounting type. | 7.3.2 |
type.text | string | No | � | The localized display text. | 7.3.2 |
type.value | string | No | � | The value for the specified parameter. | 7.3.2 |
userId | string | No | � | The users login ID for the Accela Civic Platform, created by agency administrators. | 7.3.2 |
Field | Type | Description | Automation Version |
---|---|---|---|
result | result{} | � | 7.3.2 |
result.billable | string | This defines whether or not the item is billable. | 7.3.2 |
result.cost | double | The calculated cost of the entry | 7.3.2 |
result.createBy | string | The unique user id of the individual that created this entry. | 7.3.2 |
result.createDate | dateTime | The date the entry was created. | 7.3.2 |
result.duration | string | The unit of time used to measure the duration of a task or activity. For example, hours or minutes. | 7.3.2 |
result.endTime | string | The time the inspection was completed. | 7.3.2 |
result.entityId | string | The unique ID of the entity or record. | 7.3.2 |
result.entityType | string | The type of entity. | 7.3.2 |
result.group | result.group{} | The time accounting group. | 7.3.2 |
result.group.text | string | The localized display text. | 7.3.2 |
result.group.value | string | The value for the specified parameter. | 7.3.2 |
result.id | long | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
result.percent | double | The percentage point for calculating the cost. 50 stands for 50%, 80 stands for 80%, and 150 stands for 150%. | 7.3.2 |
result.rate | double | The billing rate for inspections. | 7.3.2 |
result.recordId | result.recordId{} | The unique ID associated with a record. | 7.3.2 |
result.recordId.customId | string | An ID based on a different numbering convention from the numbering convention used by the record ID (xxxxx-xx-xxxxx). Accela Automation auto-generates and applies an alternate ID value when you submit a new application. | 7.3.2 |
result.recordId.id | string | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
result.recordId.serviceProviderCode | string | The unique agency identifier, the system assigns, on the Accela Civic Platform. | 7.3.2 |
result.recordId.trackingId | long | The application tracking number (IVR tracking number). | 7.3.2 |
result.recordId.value | string | The value for the specified parameter. | 7.3.2 |
result.serviceProviderCode | string | The unique agency identifier, the system assigns, on the Accela Civic Platform. | 7.3.2 |
result.startTime | string | The time when you started the inspection. | 7.3.2 |
result.totalMinutes | long | The total number of billable minutes for an inspection. | 7.3.2 |
result.type | result.type{} | The time accounting type. | 7.3.2 |
result.type.text | string | The localized display text. | 7.3.2 |
result.type.value | string | The value for the specified parameter. | 7.3.2 |
result.userId | string | The users login ID for the Accela Civic Platform, created by agency administrators. | 7.3.2 |
status | integer | The record status. | 7.3.3 |