Update CheckList Items
Scope: | update_checklist_items |
App Type: | Agency |
Authorization Type: | No authorization required |
Url: | /v3p/inspections/checklists/{id}/checklistItems |
HTTP Method: | PUT |
Request Information
Parameters
application/json
[ { "status": { "value": "string" }, "comment": { "value": "string" }, "isMajorViolation": "string", "serviceProviderCode": "string", "checklist": "string", "score": 1234, "checkListId": 12345678, "critical": "string", "checkListItem": { "value": "string" }, "isCritical": "string", "customId": "string", "id": 12345678, "displayOrder": 1234 } ]
Response Information
application/json
{ "result": { "failedIDs": [ "Sample String 1", "Sample String 2" ], "failedCount": 1234, "successCount": 1234, "successIDs": [ "Sample String 1", "Sample String 2" ] } }