repair-order-controller

Cancel appointment

Cancel an active appointment. Will throw an error if no appointment is scheduled or the appointment is already in progress or completed

post/api/users/{userId}/repair-orders/{referenceNum}/cancel-appointment

Path parameters

userIdinteger required
referenceNumstring required

Request body

userAcceptsCancellationFeeboolean

User has accepted the cancellation fee

Response

Appointment got cancelled successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.