By Client Id

POST {{host_bf_nis_aws}}/additional-docs

ParamDescription
filenamethe filename, as returned by the File Upload endpoint
idfile id, as returned by the File Upload endpoint
labellabel of the file, as returned by the Status endpoint
doc_iddocument id, as returned by the Status endpoint

Request Body

{"claim_id"=>"11408", "additional_docs"=>[{"filename"=>"receipt.png", "id"=>"abc-974123456-xyz", "label"=>"Medical report", "doc_id"=>"342"}, {"filename"=>"police-report.pdf", "id"=>"edg-97416232-jkl", "label"=>"Police report", "doc_id"=>"4536"}]}

RESPONSES

status: OK

true