This method is used to list the people that are available to auto assign the created job or work order too. The same list applies to both the job and work order assignment.
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"personNameReferencesBean": {
"personNameReferenceBeans": [
{
"name": "Supplier with rate card",
"reference": "supplierratecard@email.com",
"actorType": "SUPPLIER"
},
{
"name": "System Admin",
"reference": "admin",
"actorType": "OPERATOR"
}
]
}
}
}
Field Descriptions