physicalinventoryVoidPost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryVoidResponse> >
physicalinventoryVoidPost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryVoidResponse
>
>
physicalinventoryVoidPost({
required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryVoidRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryVoidResponse,
() => WebApiModulesInventoryPhysicalInventoryPhysicalInventoryVoidResponse
.fromJsonFactory,
);
return _physicalinventoryVoidPost(body: body);
}