physicalinventoryGetphysicalcountsPost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse> >
physicalinventoryGetphysicalcountsPost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse>>
physicalinventoryGetphysicalcountsPost(
{required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse,
() =>
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse
.fromJsonFactory);
return _physicalinventoryGetphysicalcountsPost(body: body);
}