Get Genders
Get Genders
GET
https://portal-staging.aiicoplc.com/api/services/app/UtilitiyService/GetGender
This endpoint returns Client Genders.
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