---
title: "Creates a new SaleRep."
method: POST
path: "/v1/salesReps"
tags: ["SalesRep"]
---

# Creates a new SaleRep.

`POST /v1/salesReps`

## 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/03ed4e511c99/schema)
