post https://{tenant}.rubixx.app/api/v2.1/visits
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"
}