/

Create health record

post
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Body
idintegerOptional

ID associated with the file

Example: 123
namestringOptional

Name of the file

Example: example.txt
descriptionstringOptional

Description of the file

Example: example.txt
cloudIdstringOptional

Cloud ID of the file

Example: 121/0081905e-c201-4277-8fda-8ad296573f581737719364614
resourceobjectOptional

Resource associated with the file

Default: {}
mimeTypestringOptional

MIME type of the file

Example: application/pdf
personIdintegerOptional

Person ID associated with the file

Example: 123
documentLabelIdintegerOptional

Document Label ID associated with the organization tags

Example: 123
externalIdstringOptional

External ID of the file

Example: ext123
attributesobjectOptional

Attributes of the file

Default: {}
archivedbooleanOptional

Whether the file is archived

relatedFilesobjectOptional

Related files

Default: {}
updatedByobjectOptional

User who updated the file

Default: {}
Responses
chevron-right
200

Successful response

application/json
post
/api/files/
200

Successful response

Was this helpful?