Skip to main content
POST
/
portal
/
appointments
/
{appointmentId}
/
documents
Upload appointment document
curl --request POST \
  --url https://api.example.com/portal/appointments/{appointmentId}/documents \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'

Authorizations

Authorization
string
header
required

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

Path Parameters

appointmentId
string
required

Query Parameters

scope
string
required
carrierId
string
required
requirementKey
string
required

Body

multipart/form-data
file
file
required

Response

201 - undefined