---
title: "Update the contact info associated with a repair-order"
method: PUT
path: "/api/users/{userId}/repair-orders/{referenceNum}/contact-info"
tags: ["repair-order-controller"]
---

# Update the contact info associated with a repair-order

`PUT /api/users/{userId}/repair-orders/{referenceNum}/contact-info`

## Path parameters

- `userId` integer, required
- `referenceNum` string, required

## Request body

- ContactInfo
  - `firstName` string, required
  - `lastName` string, required
  - `email` string, required
  - `phone` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Resource not found.

---

[API](https://skmtc.dev/repairsmith/apis/autonation-mobile-service-developer-api.md) · [All operations](https://skmtc.dev/repairsmith/apis/autonation-mobile-service-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repairsmith/autonation-mobile-service-developer-api/revisions/8ef7fb1398f6/schema)
