physicalinventorycycleinventoryPost method
Future<Response<WebApiModulesInventoryPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory> >
physicalinventorycycleinventoryPost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory
>
>
physicalinventorycycleinventoryPost({
required WebApiModulesInventoryPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory,
() =>
WebApiModulesInventoryPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory
.fromJsonFactory,
);
return _physicalinventorycycleinventoryPost(body: body);
}