checkinItemsCancelrepairPost method

Implementation

Future<chopper.Response<WebApiModulesInventoryRepairCancelRepairResponse>>
checkinItemsCancelrepairPost({
  required WebApiModulesInventoryRepairCancelRepairRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryRepairCancelRepairResponse,
    () => WebApiModulesInventoryRepairCancelRepairResponse.fromJsonFactory,
  );

  return _checkinItemsCancelrepairPost(body: body);
}