API Docs
Create user fine/fee
Contents
This API creates a fine or fee for a user.
Resource URL
POST /almaws/v1/users/{user_id}/fees
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
user_id | xs:string | A 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
Code | Message |
---|---|
401861 | User with identifier X was not found. |
4019991 | User fine/fee type is required. |
4019992 | User fine/fee type invalid entry. |
4019994 | User fine/fee original amount is required. |
4019993 | User item barcode invalid entry. |
4019996 | User fine/fee owner is required. |
4019999 | User fine/fee owner must be an institution. |
4019997 | User fine/fee owner must be a library and not institution. |
402119 | General error. |
60340 | The request is API Restricted by library. |
60258 | The API Restricted profile is not valid. |