inventorystatusPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesSettingsInventorySettingsInventoryStatusInventoryStatus>>
    inventorystatusPost(
        {required WebApiModulesSettingsInventorySettingsInventoryStatusInventoryStatus?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesSettingsInventorySettingsInventoryStatusInventoryStatus,
      () =>
          WebApiModulesSettingsInventorySettingsInventoryStatusInventoryStatus
              .fromJsonFactory);

  return _inventorystatusPost(body: body);
}