GET api/applicant/GetGenderLookUps?lang={lang}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PODLookupGenderName | Description | Type | Additional information |
---|---|---|---|
gender | Collection of GendersViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "gender": [ { "id": "sample string 1", "name": "sample string 2" }, { "id": "sample string 1", "name": "sample string 2" } ] }
application/xml, text/xml
Sample:
<PODApplicant.PODLookupGender xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDF.APIs.Models"> <gender> <PODApplicant.GendersViewModel> <id>sample string 1</id> <name>sample string 2</name> </PODApplicant.GendersViewModel> <PODApplicant.GendersViewModel> <id>sample string 1</id> <name>sample string 2</name> </PODApplicant.GendersViewModel> </gender> </PODApplicant.PODLookupGender>