Skip to main content
PATCH
/
public
/
v1
/
prior-authorizations
/
{prior_authorization_id}
Update Prior Authorization
curl --request PATCH \
  --url https://api.silnahealth.com/public/v1/prior-authorizations/{prior_authorization_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "requested_treatment_codes": null,
  "documents": null,
  "document_intelligence_configurations": null,
  "clinician": null,
  "start_date": null
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

prior_authorization_id
string
required

Body

application/json
requested_treatment_codes
V1RequestedTreatmentCodePatch · object[] | null

List of treatment codes to update

documents
V1DocumentPatch · object[] | null

List of documents to update

document_intelligence_configurations
V1DocumentIntelligenceConfiguration · object[] | null

Document intelligence configurations for validation overrides. By default, document validation is enabled if the document type supports it and document validation is enabled on your account

clinician
object

Clinician information

start_date
string<date> | null

Requested start date

Response

OK

I