Skip to content

Commit

Permalink
[EDGPATRON-134]-Added Get external patron endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghAdes committed Jun 21, 2024
1 parent d3990d8 commit f412f49
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions ramls/examples/external_patron_collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"externalPatrons": [
{
"generalInfo": {
"externalSystemId": "ext123",
"firstName": "John",
"preferredFirstName": "Johnny",
"middleName": "Michael",
"lastName": "Doe"
},
"address0": {
"addressLine0": "123 Main St",
"addressLine1": "",
"city": "Anytown",
"province": "California",
"zip": "12345",
"country": "USA"
},
"contactInfo": {
"phone": "123-456-7890",
"mobilePhone": "987-654-3210",
"email": "[email protected]"
},
"preferredEmailCommunication": ["Support", "Programs"]
},
{
"generalInfo": {
"externalSystemId": "ext456",
"firstName": "Jane",
"preferredFirstName": "Janey",
"lastName": "Smith"
},
"address0": {
"addressLine0": "456 Oak Ave",
"addressLine1": "Apt 2B",
"city": "Smallville",
"province": "Kansas",
"zip": "54321",
"country": "USA"
},
"contactInfo": {
"phone": "987-654-3210",
"mobilePhone": "123-456-7890",
"email": "[email protected]"
},
"preferredEmailCommunication": ["Programs", "Service"]
}
],
"totalRecords": 2
}
2 changes: 1 addition & 1 deletion ramls/raml-util

0 comments on commit f412f49

Please sign in to comment.