patch https://{tenant}.rubixx.app/api/v2/workorders//edit/visits
Sample Request:
PATCH /api/v2/workorders/{visitId}/edit/visits
This endpoint requires all data to be in the body of the request.
{
"visitTypeDescription": "Generic Visit",
"visitDate": "2024-01-01 00:00:00",
"visitTimeSlot": "AM", // Time is ignored on front end from visit date if provided
"visitNotes" : "The visit went well"
"officerEmail" "[email protected]"
}