physicalinventoryApprovePost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse> >
physicalinventoryApprovePost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse
>
>
physicalinventoryApprovePost({
required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse,
() =>
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse
.fromJsonFactory,
);
return _physicalinventoryApprovePost(body: body);
}