inventoryavailabilityCalendarandscheduledataPost method

Implementation

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

  return _inventoryavailabilityCalendarandscheduledataPost(body: body);
}