Patron Information

Patron Information

GET /api/.../patrons/{id}?type=information

Returns Patron Information.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the patron.
type string One of the following: 'information' Discriminator for request content type.

Response Information

Example
application/json, text/json
{
    "PatronID": 1,
    "FeePayable": 2.00,
    "Barcode":"1234556789"
"Username":"MyUsername"
"User3":"456"
"PatronFullName":"John J Smith"
"ExpirationDate":"2022-05-07T09:07:33-05:00"
"PatronCodeID":1
"DeliveryOptionID":1
"EnaablePush":true
"User2":0
"OutstandingAmoung":12.99
"PatronStops":[
{
"PatronCodeID": 2,
"PatronStopID": 1,
"WorkstationID": 111,
"OrganizationID": 99,
"CreatorID": 433,
"ModifierID": 433,
"CreationDate": "2022-01-01T09:07:33-05:00",
"ModificationDate": "2022-01-04T09:07:33-05:00",
}
]
"RegistrationAmountOwed":12.99
}

HTTP Response Codes

Code Description
200 OK. Success