inventorystatusIdPut method

@param id

Implementation

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

  return _inventorystatusIdPut(id: id, body: body);
}