Outreach Patron Status Options

Get Outreach Patron Status Options

GET /api/.../readerservices/status

Return a list of all outreach patron status options in the system.

Request Information

Response Information

Example
application/json, text/json
[
   {
    "ORSStatusID": 1,
    "Description": "Active"
  },
  {
    "ORSStatusID": 2,
    "Description": "Inactive"
  }
]