/hardware/audit

Mark an asset as audited

Mark an asset as audited

This endpoint allows you to mark an asset as audited.

POST /hardware/audit

Body Parameters

The following parameters can be included in the request body:

ParameterTypeRequiredDescription
asset_tagstringYesThe unique asset tag of the asset to be audited.
location_idintegerNoThe ID of the location to associate with this audit.
notestringNoAny additional notes or comments regarding the audit.
next_audit_datedateNoThe date when the next audit for this asset is scheduled (YYYY-MM-DD format).
update_locationbooleanNoSet to true if you wish to update the asset's current location as part of this audit.

Custom Fields

If a custom fieldset attached to the model of the asset currently being edited is configured to be updatable through an audit, you may include those custom fields in your request body as well.

Body Params
string
required

The asset tag of the asset you wish to audit

int32

ID of the location you want to associate with the audit

date

The desired next audit date for the asset. If unset, the default audit interval will be used instead

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain