ConsignmentNoteDetailModel

  • attachments
    Type: array object[] | null ยท ConsignmentNoteDetailModel.AttachmentModel[]

    A collection of files attached to the note.

    • contentType
      Type: string | null

      The content type of the file, which must be found in Consignly's supported file type list.

    • fileName
      Type: string | null

      The name of the file.

    • id
      Type: stringFormat: uuid

      The ID of the attachment.

    • printType
      Type: integerenum

      Integer numbers.

      values
      • Label = 1
      • Document = 2
  • createdBy
    Type: string | null

    The name of the user who created the note.

  • createdUtc
    Type: stringFormat: date

    When the note was created.

  • displayOnPrintOut
    Type: boolean

    Whether the note will be included when the associated consignment is exported or printed.

  • id
    Type: stringFormat: uuid

    The ID of the note.

  • note
    Type: string | null

    The body of the note.