physicalinventoryinventoryPost method
Future<Response<WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory> >
physicalinventoryinventoryPost({})
Implementation
Future<
chopper.Response<
WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory>>
physicalinventoryinventoryPost(
{required WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory,
() =>
WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory
.fromJsonFactory);
return _physicalinventoryinventoryPost(body: body);
}