The generateSelfShipAppointmentSlots request.

GenerateSelfShipAppointmentSlotsRequest

interface GenerateSelfShipAppointmentSlotsRequest {
    desiredEndDate?: string;
    desiredStartDate?: string;
}

Properties

desiredEndDate?: string

The desired end date. In ISO 8601 datetime format.

GenerateSelfShipAppointmentSlotsRequest

desiredStartDate?: string

The desired start date. In ISO 8601 datetime format.

GenerateSelfShipAppointmentSlotsRequest