Outreach Patron's Selection List Display Data

Get Selection List Data

GET /api/.../patrons/{id}/readerservices/selectionlist?orgID={orgID}

Returns existing outreach patron's selection list dispaly data including patron's pick list and pick list header ids.

Request Information

Parameters
Name Type Required Description
id Integer Yes The patron ID
orgID Integer Yes The branch ID used to retrieve column headers

Response Information

Example
application/json, text/json
{
  "PatronID": 356950,
  "PatronBarcode": "21234000002105",
  "PatronFullName": "Smith, Mary test",
  "PatronBranchID": 3,
  "PatronRecordStatusID": 1,
  "PhoneVoice1": "315-553-2110",
  "PhoneVoice2": "3155532110",
  "PhoneVoice3": "315-553-2110",
  "PatronExpirationDate": "2020-07-16T00:00:00-04:00",
  "DeliveryModeID": 0,
  "DeliveryModeDescription": null,
  "DeliveryRouteID": 21,
  "DeliveryRouteDescription": "ttt",
  "DeliveryStopID": 1,
  "DeliveryStopDescription": "First Stop",
  "DeliveryScheduleTypeID": 2,
  "DeliveryScheduleTypeDescription": "Daily",
  "DeliveryScheduleEvery": 3,
  "DeliveryScheduleDate": "2010-09-09T04:00:00-04:00",
  "NumItemsToSend": 0,
  "LastServiceDate": "2020-01-30T05:00:00-05:00",
  "Addresses": [
    {
      "PatronID": 356950,
      "AddressID": 1120246,
      "AddressTypeID": 2,
      "AddressTypeDescription": " Notice",
      "AddressLabelID": 1,
      "AddressLabelDescription": "Home",
      "Verified": false,
      "VerificationDate": null,
      "PolarisUserID": 1,
      "StreetOne": "main street",
      "StreetTwo": null,
      "StreetThree": null,
      "MunicipalityName": null,
      "PostalCode": "zzz666 555ee",
      "ZipPlusFour": null,
      "City": "SYRACUSE",
      "State": "NY",
      "CountryName": "Algeria",
      "CountryID": 5,
      "County": "ONONDAGA",
      "VerificationStatus": 0
    },
    {
      "PatronID": 356950,
      "AddressID": 1120247,
      "AddressTypeID": 1,
      "AddressTypeDescription": " Generic",
      "AddressLabelID": 6,
      "AddressLabelDescription": "Office",
      "Verified": false,
      "VerificationDate": null,
      "PolarisUserID": 1,
      "StreetOne": "ABCDEF st",
      "StreetTwo": "fgfdgfdg",
      "StreetThree": "Suite 101",
      "MunicipalityName": null,
      "PostalCode": "  ",
      "ZipPlusFour": null,
      "City": "  ",
      "State": "  ",
      "CountryName": "USA",
      "CountryID": 1,
      "County": null,
      "VerificationStatus": 0
    },
    {
      "PatronID": 356950,
      "AddressID": 1120248,
      "AddressTypeID": 1,
      "AddressTypeDescription": " Generic",
      "AddressLabelID": 5,
      "AddressLabelDescription": "Alternate",
      "Verified": false,
      "VerificationDate": null,
      "PolarisUserID": 1,
      "StreetOne": "Calvin st",
      "StreetTwo": null,
      "StreetThree": null,
      "MunicipalityName": null,
      "PostalCode": "13210",
      "ZipPlusFour": "0000",
      "City": "SYRACUSE",
      "State": "NY",
      "CountryName": "USA",
      "CountryID": 1,
      "County": "ONONDAGA",
      "VerificationStatus": 0
    }
    ]
    "PickList": [
        {
          "ItemRecordID": 1116944,
          "Barcode": "0000600703003",
          "BrowseAuthor": "Rowling, J. K.",
          "BrowseTitle": "Harry Potter and the sorcerer's stone",
          "BrowseTitleNonFilingCount": 0,
          "CallNumber": null,
          "ItemStatusID": 1,
          "RecordStatusID": 1,
          "AssignedBranchID": 3,
          "AssignedCollectionID": null,
          "MaterialTypeID": 1,
          "AssociatedBibRecordID": 400608,
          "ShelfLocationID": 1,
          "PatronID": null,
          "ShelfLocation": "Ams and Arg",
          "SysHoldRequestID": 0,
          "HoldingPatronBarcode": null,
          "HoldingPatronPickupBranchID": 0
        },
        {
          "ItemRecordID": 9343633,
          "Barcode": "234234234343",
          "BrowseAuthor": "Katz, William Loren.",
          "BrowseTitle": "Black people who made the Old West",
          "BrowseTitleNonFilingCount": 0,
          "CallNumber": "YA 978 K19",
          "ItemStatusID": 7,
          "RecordStatusID": 1,
          "AssignedBranchID": 3,
          "AssignedCollectionID": 1,
          "MaterialTypeID": 1,
          "AssociatedBibRecordID": 52,
          "ShelfLocationID": null,
          "PatronID": null,
          "ShelfLocation": null,
          "SysHoldRequestID": 0,
          "HoldingPatronBarcode": null,
          "HoldingPatronPickupBranchID": 0
        },
        {
          "ItemRecordID": 2039127,
          "Barcode": "0004300231919",
          "BrowseAuthor": "Block, Eugene B.",
          "BrowseTitle": "Lie detectors : their history and use.",
          "BrowseTitleNonFilingCount": 0,
          "CallNumber": "364.128 B",
          "ItemStatusID": 7,
          "RecordStatusID": 1,
          "AssignedBranchID": 3,
          "AssignedCollectionID": 4,
          "MaterialTypeID": 1,
          "AssociatedBibRecordID": 13,
          "ShelfLocationID": null,
          "PatronID": null,
          "ShelfLocation": null,
          "SysHoldRequestID": 0,
          "HoldingPatronBarcode": null,
          "HoldingPatronPickupBranchID": 0
        }
    ],
    "PickListHeaderIDs":[3,2,1,4,5,7,8,9]
}

Permission IDs found here.

Name
AccessPatronServices_Allow
PatronStatus_Access
PatronStatus_DisplayReaderServices