physicalinventoryPost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventory> >
physicalinventoryPost({
- required WebApiModulesInventoryPhysicalInventoryPhysicalInventory? body,
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventory>>
physicalinventoryPost(
{required WebApiModulesInventoryPhysicalInventoryPhysicalInventory?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventory,
() => WebApiModulesInventoryPhysicalInventoryPhysicalInventory
.fromJsonFactory);
return _physicalinventoryPost(body: body);
}