ProofOfDeliveryUpdateParams: {
    delivery_date?: string;
    pofs_id: string;
    shipper?: number;
    tracking_no?: string;
    trxn_id?: string;
}

Represents parameters for patching proof of delivery record.

Type declaration

  • Optional delivery_date?: string

    The actual or expected delivery date associated with the Proof of Delivery / Tracking. Format YYYY-MM-DD

  • pofs_id: string

    The Proof of Delivery / Tracking unique identifier. Begins with pofs-

  • Optional shipper?: number

    The Proof of Delivery / Tracking shipper. Accepted values are 1 = USPS, 2 = FedEx, 3 = UPS, 4 = DHL, 5 = Other

  • Optional tracking_no?: string

    The shipper tracking number

  • Optional trxn_id?: string

    The unique transaction identifier associated with the Proof of Delivery / Tracking

Generated using TypeDoc