GET api/Classification/EmploymentStatuses
Get AVETMISS current employment status classification list.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ObjGenericNameValue| Name | 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>