v1
latestOpenAPI 3.0.32026-07-171140286.6 KBApi\InspectionsController
api/inspections POST Register a new hive inspection the 'inspection' object. The object reflects only the general inspection data.
post/api/inspections/store
Headers
Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring
Request body
Example request
{
"date": "2020-05-18 16:16",
"items": {
"547": 0,
"595": 1,
"845": "814"
},
"hive_id": 11,
"location_id": "2",
"id": 15,
"impression": -1,
"attention": 1,
"reminder": "This is an inspection reminder",
"reminder_date": "2020-05-27 16:16",
"notes": "This is an inspection note",
"checklist_id": 829
}