UpdateScheduleRecord entity contains the AvailabilityRecord if there is an error/warning while performing the requested operation on it.

UpdateScheduleRecord

interface ServicesApiModelUpdateScheduleRecord {
    availability?: ServicesApiModelAvailabilityRecord;
    errors?: Error[];
    warnings?: ServicesApiModelWarning[];
}

Properties

UpdateScheduleRecord

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

UpdateScheduleRecord

A list of warnings returned in the sucessful execution response of an API request.

UpdateScheduleRecord

MMNEPVFCICPMFPCPTTAAATR