transferinCheckinquantityPost method
Future<Response<WebApiModulesWarehouseCheckInCheckInItemsResponse> >
transferinCheckinquantityPost({
- required WebApiModulesWarehouseCheckInCheckInItemsRequest? body,
Implementation
Future<chopper.Response<WebApiModulesWarehouseCheckInCheckInItemsResponse>>
transferinCheckinquantityPost({
required WebApiModulesWarehouseCheckInCheckInItemsRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesWarehouseCheckInCheckInItemsResponse,
() => WebApiModulesWarehouseCheckInCheckInItemsResponse.fromJsonFactory,
);
return _transferinCheckinquantityPost(body: body);
}