GET api/IGender
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IGender| Name | Description | Type | Additional information |
|---|---|---|---|
| GenderId | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenderId": "sample string 1",
"Title": "sample string 2",
"Description": "sample string 3",
"IsDeleted": 4
},
{
"GenderId": "sample string 1",
"Title": "sample string 2",
"Description": "sample string 3",
"IsDeleted": 4
}
]