This method is used to find the customer that the work order is going to be created for. This method can be used by an interface to allow the user to find the customer they are interested in.
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"nameReferencesBean": {
"nameReferenceBeans": [
{
"name": "Philip Fry",
"reference": "00000018"
}
]
}
}
}
Field Descriptions