Patron Id

Get Patron Id

GET /api/.../ids/patrons?id={identifier}&type=barcode

Return patron ID based on the patron identity type.

Request Information

Parameters
Name Type Required Description
id String Yes Patron identifier. Define this parameter in the query string value for id.
type String No Patron identity type. Define this parameter in the query string with value of PatronIdentityType. Default is Barcode.

PatronIdentifierType

type
Barcode
PatronId
User1
User2
User3
User4
User5
Username

Response Information

Example
application/json, text/json
32998

HTTP Response Codes

Code Description
200 OK. Success
400 Failure. Validation error.
404 Not Found.