repair-order-controller
Update the contact info associated with a repair-order
put/api/users/{userId}/repair-orders/{referenceNum}/contact-info
Path parameters
userIdinteger required
referenceNumstring required
Request body
Example request
{
"firstName": "John",
"lastName": "Doe",
"email": "example_email@address.com",
"phone": "2345551234"
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.