Get the list of state-based details for a qualification or course.
Data such as hours, points and amounts can vary for the same qualification or course between different Australian states. This function gets a list of all these details for one qualification or course for each state.
Each Qualification State detail is represented by a TQualState. The collection of Qualification State details is represented by a List of TQualState.
A token is passed for authentication. If the authentication fails, or other errors occur, no qualification states are returned. The result of the authentication is represented by a TAuthenticate object.
This function has security level "Unrestricted", and can be accessed by any authenticated user.
[WebMethod(Description = "Gets the state-based details for a qualification or course")] public TAuthQualStateList GetQualificationStateDetails(string token, string qualificationCode);
| 
Parameters  | 
Description  | 
| 
string token  | 
String containing a token.  | 
| 
string qualificationCode  | 
String of the qualification or course code to get details for.  | 
TAuthQualStateList : an Authenticated list of all Qualification State details.
| 
Copyright (c) VETtrak 2022. All rights reserved. |