foliolib.folio.api.circulation.AgeToLostBackgroundProcesses

class foliolib.folio.api.circulation.AgeToLostBackgroundProcesses(tenant: str, okapi: Optional[foliolib.okapi.okapiClient.OkapiClient] = None)

Bases: foliolib.folio.FolioApi

Background processes for ageing borrowed items to lost

Background processes for ageing borrowed items to lost

Parameters
  • tenant (str) – Tenant id

  • okapi (OkapiClient, optional) – Instance of OkapiClient. Defaults to None.

Methods

set_scheduledAgeToLost()

POST /circulation/scheduled-age-to-lost

set_scheduledAgeToLostFeeCharging()

POST /circulation/scheduled-age-to-lost-fee-charging

set_scheduledAgeToLost()

POST /circulation/scheduled-age-to-lost

Raises

OkapiFatalError – Server Error

set_scheduledAgeToLostFeeCharging()

POST /circulation/scheduled-age-to-lost-fee-charging

Raises

OkapiFatalError – Server Error