 | DataExportServiceGetPersonNoteToSchool Method |
Gets the note submitted.
Namespace:
(Default Namespace)
Assembly:
SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string GetPersonNoteToSchool(
string authKey,
int entityNo
)
Public Function GetPersonNoteToSchool (
authKey As String,
entityNo As Integer
) As String
public:
String^ GetPersonNoteToSchool(
String^ authKey,
int entityNo
)
public function GetPersonNoteToSchool(
authKey : String,
entityNo : int
) : String
function GetPersonNoteToSchool(authKey, entityNo);
Parameters
- authKey
- Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection. - entityNo
- Type: SystemInt32
A Person's entity number.
Return Value
Type:
String
The note previously submitted to the school with
InsertUpdateNoteToSchool is returned (unless it has been acknowledged).
Exceptions
RemarksThe authorization key provided must be linked to an administrator role.
See Also