PATCH
/
employer_documents
/
{public_id}
curl --request PATCH \
  --url https://sandbox.withclasp.com/employer_documents/{public_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'employer=<string>' \
  --form 'file=<string>' \
  --form 'name=<string>' \
  --form document_type=summary_of_benefits_and_coverage
{
  "id": "<string>",
  "employer": "<string>",
  "file": "<string>",
  "name": "<string>",
  "document_type": "summary_of_benefits_and_coverage",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Path Parameters

public_id
string
required

Body

employer
string
file
string
name
string
Maximum length: 255
document_type
enum<string>
  • summary_of_benefits_and_coverage - Summary of Benefits and Coverage
Available options:
summary_of_benefits_and_coverage

Response

200 - application/json
id
string
required
employer
string
required
file
string
required
name
string
required
Maximum length: 255
document_type
enum<string>
required
  • summary_of_benefits_and_coverage - Summary of Benefits and Coverage
Available options:
summary_of_benefits_and_coverage
created_at
string
required