- Ajuntament de Barcelona
- Institut de Cultura de Barcelona
ILS-DI
AuthenticatePatron
Authenticates a user's login credentials and returns the identifier for the patron.
Parameters
- username (Required)
- user's login identifier
- password (Required)
- user's password
Example call
ilsdi.pl?service=AuthenticatePatron&username=john9&password=soulExample Response
<?xml version="1.0" encoding="ISO-8859-1" ?> <AuthenticatePatron> <id>419</id> </AuthenticatePatron>