AssignmentAssignedToInspector
emailstring
Email of the inspector that is assigned to the assignment
Example:
JohnDoe@gmail.com
employeeIdstringnullable
External ID of the inspector that is assigned to the assignment
Example:
123
idstring
User ID of the inspector that the assignment is assigned to
Example:
U111
namestring
Name of the inspector that the assignment is assigned to
Example:
John Doe
AssignmentAssignedToInspector
{
"email": "JohnDoe@gmail.com",
"employeeId": "123",
"id": "U111",
"name": "John Doe"
}