
| Name | Value |
|---|---|
| NAME | SDES2 SEARCH RECALL PROVIDERS |
| TAG | RECPROVSEARCH |
| ROUTINE | SDES2RECPRVSRCH |
| RETURN VALUE TYPE | ARRAY |
| AVAILABILITY | RESTRICTED |
| APP PROXY ALLOWED | Yes |
| DESCRIPTION | This RPC allows users to search a recall provider's name either partially or fully. The RPC will perform a search that matches the search criteria (3-35 characters), and then, retrieves and returns a list of ACTIVE Recall Providers. Can only be invoked by Acheron |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
List of Recall Providers in JSON format.
"Homephone": "",
"IEN": "",
"Name": "",
"Officephone": "",
"PersonClass": [
"",
],
"Phone3": "",
"Phone4": "",
"ProviderClass": "",
"ProviderIEN": "",
"ProviderSecID": "",
"Title": "",
"UserClass": [
""
],
"VoicePager": ""
}
]
}
{
If no providers match the search string this is the returned
JSON output:
{
"Provider":
[""]
}
"Provider": [
{
"CommercialPhone": "",
"DigitalPager": "",
"Email": "",
"Fax": "",
|