Saves the document for the specified checklist item.
Scope | inspections Deprecated scope name: create_inspection_checklist_item_document |
App Type | Agency |
Authorization Type | Access token |
URI | /v4/inspections/{inspectionId}/checklists/{checklistId}/checklistItems/{checklistItemId}/documents?lang={lang}&userId={userId}&password={password} |
HTTP Method | POST |
Automation Version(s) | 7.3.2 |
Field or Parameter | Type | Required | Values | Description | Automation Version |
---|---|---|---|---|---|
category | string | No | � | The document category. The list of category options varies depending on the document group. | 7.3.2 |
checklistId | long | Yes | Get All Inspection Checklists Get All Checklists for Inspection | The unique ID associated with the checklist. | 7.3.2 |
checkListItemId | long | Yes | Get All Checklist Items for Checklist | The unique ID associated with the checklist item. | 7.3.2 |
group | string | No | � | The group query parameter. | 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 |
password | string | No | � | The password related to the operation. | 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.code | string | A code identifying an associated item | 7.3.2 |
result.id | string | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
result.isSuccess | boolean | Indicates whether or not the operation on the item is successful. | 7.3.2 |
result.message | string | A text message related to the operation. | 7.3.2 |
status | integer | The record status. | 7.3.3 |