Get Genders

Get Genders

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

This endpoint returns available Genders.

Path Parameters

NameTypeDescription

id

string

ID of the cake to get, for free of course.

Query Parameters

NameTypeDescription

recipe

string

The API will do its best to find a cake matching the provided recipe.

gluten

boolean

Whether the cake should be gluten-free or not.

Headers

NameTypeDescription

Authentication

string

Authentication token to track down who is emptying our stocks.

{
    "result": [
        {
            "id": "02439e44-98cf-e711-83b7-44850015c0e7",
            "name": "Female"
        }
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated