Upload Contact Document

Uploads a document to a matteroTM contact using the provided fields as a form data request

POST https://my.mattero.com.au/public/api/v1/contacts/{id}/documents


Parameters

Name Location Type Description
id Route string:required The unique identifier associated with a Contact.
file Body (Form Data) FormFile[]:required One or more files which will be uploaded and attached to the contact.
createdDate Body (Form Data) DateTime:optional The date the document was created.
documentTagsCommaSeperated Body (Form Data) String:optional Comma Separated list of Tags to be added to the document.

Status Codes

Code Summary Description
204 No Content The request was successful, no body in response.
400 Bad Request The request failed validation checks.
401 Unauthorized Failed authentication check.
403 Forbidden Failed authorization check.
404 Not Found Either couldn't find the endpoint or the query's entity.