physicalinventoryPrescanPost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrescanResponse> >
physicalinventoryPrescanPost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrescanResponse
>
>
physicalinventoryPrescanPost({
required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrescanRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrescanResponse,
() =>
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrescanResponse
.fromJsonFactory,
);
return _physicalinventoryPrescanPost(body: body);
}