inventoryavailabilityCalendarandscheduledataPost method
Future<Response<WebApiServicesAvailabilityServiceTInventoryAvailabilityCalendarAndScheduleResponse> >
inventoryavailabilityCalendarandscheduledataPost({})
Implementation
Future<
chopper.Response<
WebApiServicesAvailabilityServiceTInventoryAvailabilityCalendarAndScheduleResponse>>
inventoryavailabilityCalendarandscheduledataPost(
{required WebApiServicesAvailabilityServiceAvailabilityCalendarAndScheduleRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiServicesAvailabilityServiceTInventoryAvailabilityCalendarAndScheduleResponse,
() =>
WebApiServicesAvailabilityServiceTInventoryAvailabilityCalendarAndScheduleResponse
.fromJsonFactory);
return _inventoryavailabilityCalendarandscheduledataPost(body: body);
}