Get Genders

Get Genders

GET https://portal-staging.aiicoplc.com/api/services/app/UtilitiyService/GetGenders

This endpoint returns available Genders.

Headers

NameTypeDescription

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