By Client Id
POST {{host_bf_nis_aws}}/additional-docs
Param | Description |
---|---|
filename | the filename, as returned by the File Upload endpoint |
id | file id, as returned by the File Upload endpoint |
label | label of the file, as returned by the Status endpoint |
doc_id | document 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