---
title: "Create contract service facility"
method: POST
path: "/api/contracts/v3/{contract_id}/service-facilities"
tags: ["v3"]
---

# Create contract service facility

`POST /api/contracts/v3/{contract_id}/service-facilities`

## Path parameters

- `contract_id` V3ContractId, required — unresolved $ref

## Headers

- `Authorization` string, required

## Request body

- object
  - `service_facility_id` string, uuid, required — The UUID of the service facility
  - `provider_ids` string[], required — The providers who are authorized under the contract

## Response `200`

Response with status 200

- V3ContractServiceFacility — unresolved $ref

## Other responses

- `422` — Error response with status 422

---

[API](https://skmtc.net/joincandidhealth/apis/api-reference.md) · [All operations](https://skmtc.net/joincandidhealth/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joincandidhealth/api-reference/revisions/7cc5974e4128/schema)
