scheduleBarcodereservationdataPost method

Implementation

Future<chopper.Response<WebApiModulesAgentScheduleBarCodeReservationResponse>>
scheduleBarcodereservationdataPost({
  required WebApiModulesAgentScheduleBarCodeReservationDataRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesAgentScheduleBarCodeReservationResponse,
    () =>
        WebApiModulesAgentScheduleBarCodeReservationResponse.fromJsonFactory,
  );

  return _scheduleBarcodereservationdataPost(body: body);
}