Get Genders
GET
https://portal-staging.aiicoplc.com/api/services/app/UtilitiyService/GetGenders
Headers
Name
Type
Description
X-ApiKey*
String
To be provided
Content-Type*
String
application/json
{
"result": [
{
"id": "02439e44-98cf-e711-83b7-44850015c0e7",
"name": "Female"
},
{
"id": "01439e44-98cf-e711-83b7-44850015c0e7",
"name": "Male"
}
],
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}
Last updated