API Docs

__METHOD= POST . __PATH= /almaws/v1/users/{user_id}/fees .

Create user fine/fee

This API creates a fine or fee for a user.

Resource URL

POST /almaws/v1/users/{user_id}/fees

API Description

URL Parameters

ParameterTypeDescription
user_idxs:stringA unique identifier for the user

Querystring Parameters

None

Body Parameters

This method takes a fee object See doc

Output

This method returns a Fee object. See doc

Possible Error Codes

CodeMessage
401861User with identifier X was not found.
4019991User fine/fee type is required.
4019992User fine/fee type invalid entry.
4019994User fine/fee original amount is required.
4019993User item barcode invalid entry.
4019996User fine/fee owner is required.
4019999User fine/fee owner must be an institution.
4019997User fine/fee owner must be a library and not institution.
402119General error.
60340The request is API Restricted by library.
60258The API Restricted profile is not valid.