Clientdocumentuploadschema
filestring<binary>required
The file to be attached for a client.
namestring
The name (title) of the attached file.
notesstring
The description of the attached file.
Clientdocumentuploadschema
{
"file": "string",
"name": "string",
"notes": "string"
}