POST
/
providers
/
{providerId}
This is a beta endpoint. We may make backwards incompatible changes.

This endpoint allows you to update information for an existing provider. For example, you may want to add an additional contact.

Please note:

  • Calling this endpoint completely overwrites the previous request record. You must provide all the information for the provider in the request, not just the properties you want to update.
  • Updating a provider record doesn’t affect associated enrollments that are in SUBMITTED, PROVISIONING or LIVE status. If you need to update the provider details for an enrollment with these statuses, contact support.

Authorizations

Authorization
string
headerrequired

A Stedi API Key for authentication.

Path Parameters

providerId
string
required

The Stedi-assigned identifier for the provider you want to update.

Body

application/json
name
string
required

The provider's business name. This is typically the provider's practice name, such as Dental Associates, LLC, but it can also be the provider's first and last name.

Minimum length: 5
contacts
object[]

Either organizationName or firstName and lastName are required.

Response

200 - application/json
id
string
required

A unique identifier Stedi assigns to this provider.

npi
string
required

The provider's National Provider Identifier (NPI). This is a 10-digit number that is unique to the provider. Note that each provider record must have a unique NPI within Stedi - you cannot create a provider with an NPI that is already in use.

taxIdType
enum<string>
required

The type of tax ID. Can be either an EIN - Employer Identification Number, or an SSN - Social Security Number.

Available options:
EIN,
SSN
taxId
string
required

The provider's tax ID, as specified by taxIdType. This identifier is formatted without any separators, such as dashes or spaces. For example 111-22-3333 is represented as 111223333.

Minimum length: 8
name
string
required

The provider's business name. This is typically the provider's practice name, such as Dental Associates, LLC, but it can also be the provider's first and last name.

Minimum length: 5
createdAt
string

The date and time Stedi created the provider record.

updatedAt
string

The date and time Stedi last updated the provider record.

contacts
object[]

Either organizationName or firstName and lastName are required.