API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Create a Visit

Sample Request:

POST /api/v2.0/visits

This endpoint requires all data to be in the body of the request.
  
{
    "entityType":"Occupancy",
    "entityReference":"CLB 01-001",
    "visitDate":"2024/01/15 12:00:00",
    "visitTimeSlot": "AM", // Time is ignored on front end from visit date if provided
    "visitType":"Generic Visit",
    "visitNote":"First inspection",
    "assignedTo":"niba fal"
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!