Create Inspection Checklists
Scope: | create_checklists |
App Type: | Agency |
Authorization Type: | No authorization required |
Url: | /v3p/inspections/{inspectionId}/checklists |
HTTP Method: | POST |
Request Information
Parameters
application/json
[ { "group": "string", "serviceProviderCode": "string", "recordId": { "serviceProviderCode": "string", "customId": "string", "id": "string", "trackingId": 12345678 }, "checkListStatus": "string", "checkListDesc": "string", "inspectionId": "string", "customId": "string", "type": { "value": "string" }, "id": 12345678, "displayOrder": 1234 } ]
Response Information
application/json
{ "result": [ { "group": "string", "serviceProviderCode": "string", "recordId": { "serviceProviderCode": "string", "customId": "string", "id": "string", "trackingId": 12345678 }, "checkListStatus": "string", "checkListDesc": "string", "inspectionId": "string", "customId": "string", "type": { "text": "string", "value": "string" }, "id": 12345678, "displayOrder": 1234 } ] }