POST
/
providers
/
irs
/
f8821
/
upload
/
{documentId}
curl --request POST \
  --url https://api.trychart.com/providers/irs/f8821/upload/{documentId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
{
  "access_token": "<string>",
  "taxpayer_id": "<string>",
  "provider_id": "<string>"
}

Authorizations

Authorization
string
header
required

Please use base64 encoded client_id:client_secret. You can use this command to generate the base64 encoded string: echo -n 'client_id:client_secret' | base64

Path Parameters

documentId
string
required

The document ID returned from the unsigned form generation endpoint

Body

multipart/form-data

Response

200
application/json
Successfully uploaded signed form

The response is of type object.