scheduleBarcodereservationdataPost method
Future<Response<WebApiModulesAgentScheduleBarCodeReservationResponse> >
scheduleBarcodereservationdataPost({
- required WebApiModulesAgentScheduleBarCodeReservationDataRequest? body,
Implementation
Future<chopper.Response<WebApiModulesAgentScheduleBarCodeReservationResponse>>
scheduleBarcodereservationdataPost(
{required WebApiModulesAgentScheduleBarCodeReservationDataRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesAgentScheduleBarCodeReservationResponse,
() => WebApiModulesAgentScheduleBarCodeReservationResponse
.fromJsonFactory);
return _scheduleBarcodereservationdataPost(body: body);
}