checkinItemsCancelrepairPost method
Future<Response<WebApiModulesInventoryRepairCancelRepairResponse> >
checkinItemsCancelrepairPost({
- required WebApiModulesInventoryRepairCancelRepairRequest? body,
Implementation
Future<chopper.Response<WebApiModulesInventoryRepairCancelRepairResponse>>
checkinItemsCancelrepairPost({
required WebApiModulesInventoryRepairCancelRepairRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRepairCancelRepairResponse,
() => WebApiModulesInventoryRepairCancelRepairResponse.fromJsonFactory,
);
return _checkinItemsCancelrepairPost(body: body);
}