ConsignmentPodDetailModel

  • deliveredByName
    Type: string | null

    The name of the person who delivered the consignment.

  • eventUtc
    Type: stringFormat: date

    When the delivery was completed.

  • externalUrl
    Type: string | null

    A link to an external webpage detailing the completion of the delivery.

  • id
    Type: stringFormat: uuid

    The ID of the proof-of-delivery.

  • latitude
    Type: number | nullFormat: double

    The latitude of the delivery location.

  • longitude
    Type: number | nullFormat: double

    The longitude of the delivery location.

  • signatoryName
    Type: string | null

    The name of the person who signed for the delivery.

  • signatureDescription
    Type: string | null

    A brief description of the signature.

  • vehicleName
    Type: string | null

    The name of the vehicle which delivered the consignment.