---
title: "Update provider credentialing span"
method: PATCH
path: "/api/provider-credentialing-span/v2/{provider_credentialing_id}"
tags: ["v2"]
---

# Update provider credentialing span

`PATCH /api/provider-credentialing-span/v2/{provider_credentialing_id}`

## Path parameters

- `provider_credentialing_id` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `contracting_provider_id` string, uuid — The ID of the billing provider for which the rendering provider is covered by the credentialing span.
  - `payer_uuid` string, uuid — The ID of the payer doing the credentialing.
  - `start_date` string, date — Start date of the credentialing span.
  - `end_date` string, date — End date of the credentialing span.
  - `regions` union
    - object
      - `type` 'states', required — Discriminator value: states
      - `states` TypeCommonsState[], required
    - object
      - `type` 'national', required — Discriminator value: national
  - `submitted_date` string, date — Date that the credential paperwork was submitted.
  - `payer_loaded_date` string, date — Date that the payer loaded the credentialing span into their system.

## Response `200`

Response with status 200

- V2ProviderCredentialingSpan — unresolved $ref

## Other responses

- `403` — Error response with status 403
- `404` — Error response with status 404
- `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)
