---
title: "POST /Partners"
method: POST
path: "/Partners"
tags: ["Partners"]
---

# POST /Partners

`POST /Partners`

## Request body

- CreatePartnerDto
  - `clinicName` string
  - `contactName` string, nullable
  - `contactEmail` string, nullable
  - `contactPhone` string, nullable
  - `type` string
  - `specialties` string[], nullable
  - `address` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zipCode` string, nullable
  - `countryCode` string, nullable

## Response `200`

OK

- PartnerDto
  - `id` string
  - `clinicName` string
  - `contactName` string, nullable
  - `contactEmail` string, nullable
  - `contactPhone` string, nullable
  - `type` string
  - `specialties` string[]
  - `address` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zipCode` string, nullable
  - `countryCode` string, nullable — ISO 3166-1 alpha-2 country code (e.g. "US", "GB"). Defaults to clinic's region if null.
  - `isActive` boolean
  - `canViewRecords` boolean
  - `canSendRecords` boolean
  - `canScheduleReferrals` boolean
  - `canMessage` boolean
  - `canViewBilling` boolean
  - `canExportData` boolean
  - `totalCases` union
    - integer
    - string, int32
  - `averageTurnaroundDays` union
    - number, double
    - string, double
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
