ConsignmentNoteDetailModel
- attachmentsType: array object[] | null ยท ConsignmentNoteDetailModel.AttachmentModel[]
A collection of files attached to the note.
- contentType: string | null
Type The content type of the file, which must be found in Consignly's supported file type list.
- fileType: string | null
Name The name of the file.
- idType: stringFormat: uuid
The ID of the attachment.
- printType: integerenum
Type Integer numbers.
values- Label = 1
- Document = 2
- createdType: string | null
By The name of the user who created the note.
- createdType: stringFormat: date
Utc When the note was created.
- displayType: boolean
On Print Out Whether the note will be included when the associated consignment is exported or printed.
- idType: stringFormat: uuid
The ID of the note.
- noteType: string | null
The body of the note.