Click or drag to resize

DataExportServiceGetPersonNoteToSchool Method

Gets the note submitted.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public string GetPersonNoteToSchool(
	string authKey,
	int 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
ExceptionCondition
ApplicationExceptionInvalid authorization key
ApplicationExceptionInsufficient privileges
Remarks
The authorization key provided must be linked to an administrator role.
See Also