API Docs / Schemas / PracticeDocumentDto

PracticeDocumentDto

Data transfer object for a practice document (tenant-level document library file)

Properties

Name Type Description
codestring

Unique identifier

Unique identifier

namestring

Name of the document

Name of the document

descriptionstring

Description of the document

Description of the document

originalFileNamestring

Original file name provided during upload

Original file name provided during upload

contentTypestring

MIME type of the file

MIME type of the file

fileSizeinteger

File size in bytes

File size in bytes

createdDatestring

Date when the document was uploaded

Date when the document was uploaded

updatedDatestring

Date when the document was last updated

Date when the document was last updated

JSON Example

{
  "code": "string",
  "name": "string",
  "description": "string",
  "originalFileName": "string",
  "contentType": "string"
}

Used By Operations

Contained in Schemas