SubmitStudentStatusAcknowledgementRequestArguments Property Provincial Approach to Student Information API
List of Key Value Pairs that are being acknowledged.

Namespace: PASI.DataContract.V2009
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public List<KeyValuePair> Arguments { get; set; }

Property Value

Type: ListKeyValuePair
Remarks

The arguments being acknowledged comprise the data that was used when evaluating the business rule that raised the core alert. For example, if an enrolment was created for a student in grade 6 but last school year the student was in grade 4 this creates an 'Advice' core alert. The argument list would contain two records:

Name: Grade
Value: 06
Name: PreviousGrade
Value: 04
See Also

Reference