Create AuditAsk AIpost https://app.bluetallyapp.com/api/v1/auditsCreate an audit.Query Paramstenant_idint32The ID of the tenant the API request is for (for users with multi-tenancy enabled)audit_datestringrequiredThe audit date. Format: YYYY-MM-DDnext_audit_datestringThe next audit date. Format: YYYY-MM-DDscheduledbooleanrequiredIf the audit is scheduled.truefalsecompletedbooleanrequiredIf the audit is completed.truefalseasset_idstringrequiredThe ID of the asset that was audited.location_idint32The location ID of the audit.user_idint32requiredThe ID of the user who performed the audit.notesstringThe notes.audit_statusstringThe status of the audit. Default to Pending. Options: { pending, passed, failed }audit_failed_reasonstringThe reason the audit has a failed status.Response 201201Updated 10 months ago