Complete a site visit
API Reference
Complete a site visit
Mark a visit complete without sending a report. Idempotent — calling on an already-completed visit returns the existing record without changing the original timestamp. Mirrors the dashboard’s ‘Mark Complete’ button.
POST
Complete a site visit
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional idempotency key, scoped to the authenticated account. Repeating a write with the same key + same body returns the original response; same key + different body returns 422 idempotency_key_in_use.
Maximum string length:
255Path Parameters
Body
application/json
The body is of type object.
Response
Resource updated.
Available options:
DRAFT, PROCESSING, READY, SENT, DONE