GET api/ApplicantSalary
This returns the salary ranges to be shown on the form and the values to be submitted
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SalaryName | Description | Type | Additional information |
---|---|---|---|
Ref | string |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Ref": "sample string 1", "Name": "sample string 2" }, { "Ref": "sample string 1", "Name": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfApplicantSalaryController.Salary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FCVAPI.Controllers"> <ApplicantSalaryController.Salary> <Name>sample string 2</Name> <Ref>sample string 1</Ref> </ApplicantSalaryController.Salary> <ApplicantSalaryController.Salary> <Name>sample string 2</Name> <Ref>sample string 1</Ref> </ApplicantSalaryController.Salary> </ArrayOfApplicantSalaryController.Salary>