GET api/Classification/AUStates
Get Australian state list that works with RTOManager system. Used only when country is 'Australia'.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ObjGenericNameValueName | Description | Type | Additional information |
---|---|---|---|
Name |
Key name |
string |
Required |
Value |
Value name. Generally used value to record to the object model before submit data into RTOManager system. |
string |
Required |
Response Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "Value": "sample string 2" }, { "Name": "sample string 1", "Value": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfObjGenericNameValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DotEdu_CricosWebAPI.Models.Classification"> <ObjGenericNameValue> <Name>sample string 1</Name> <Value>sample string 2</Value> </ObjGenericNameValue> <ObjGenericNameValue> <Name>sample string 1</Name> <Value>sample string 2</Value> </ObjGenericNameValue> </ArrayOfObjGenericNameValue>