Patron Registration Required

Required fields for registration

GET /api/.../patronrequired/{id}

Return the list of which fields are required for a patron registration.

Request Information

Parameters
Name Type Required Description
id Integer Yes Organization ID

Response Information

Example
application/json, text/json
{
    "Barcode" : true,
    "NameLast" : true,
    "NameFirst" : true,
    "OrganizationID" : true,
    "PatronCodeID" : false,
    "ExpirationDate" : false,
    "StreetOne" : true,
    "StreetTwo" : true,
    "StreetThree" : true,
    "City" : true,
    "State" : true,
    "PostalCode" : true,
    "EmailAddress" : false,
    "StatisticalClassID" : false,
    "Password" : false,
    "Birthdate" : false,
    "User1" : false,
    "User2" : false,
    "User3" : false,
    "User4" : false,
    "User5" : false
}