SubmitStatusAcknowledgementRequestArguments Property Provincial Approach to Student Information API
(Optional) Gets or sets the key/value pairs to acknowledge.

Namespace: PASI.DataContract.V201204
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 to acknowledge represent the data used when evaluating the business rule that raised the Core Alert. For example, a Grade 6 school enrolment created for a student who enrolled in Grade 4 for the previous school year would generate an Advice Core Alert. The argument list would contain two key/value pairs:
Key/Value
Grade/06
PreviousGrade/04
If a PASI user acknowledges this Core Alert because the student skipped Grade 5, he or she would in effect confirm the validity of the argument data.
See Also

Reference