Proof of Appointment (POA) details.

Poa

interface ServicesApiModelPoa {
    appointmentTime?: ServicesApiModelAppointmentTime;
    poaType?:
        | ServicesApiModelPoaPoaTypeEnum
        | "NO_SIGNATURE_DUMMY_POS"
        | "CUSTOMER_SIGNATURE"
        | "DUMMY_RECEIPT"
        | "POA_RECEIPT";
    technicians?: ServicesApiModelTechnician[];
    uploadingTechnician?: string;
    uploadTime?: string;
}

Properties

Poa

poaType?:
    | ServicesApiModelPoaPoaTypeEnum
    | "NO_SIGNATURE_DUMMY_POS"
    | "CUSTOMER_SIGNATURE"
    | "DUMMY_RECEIPT"
    | "POA_RECEIPT"

The type of POA uploaded.

Poa

A list of technicians.

Poa

uploadingTechnician?: string

The identifier of the technician who uploaded the POA.

Poa

uploadTime?: string

The date and time when the POA was uploaded in ISO 8601 format.

Poa

MMNEPVFCICPMFPCPTTAAATR