---
title: "Updates an existing Sale Rep."
method: PUT
path: "/v1/salesReps/{id}"
tags: ["SalesRep"]
---

# Updates an existing Sale Rep.

`PUT /v1/salesReps/{id}`

## Path parameters

- `id` integer, required

## Request body

- SaleRepsDto
  - `id` integer
  - `companyId` integer
  - `code` string
  - `name` string
  - `phone` string
  - `email` string
  - `timeStamp` string, byte

## Response `200`

OK

- object

---

[API](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/revisions/e1d97979e906/schema)
