Gender

Defines gender. Male, female or both genders combined.

Properties

Property
Type
Description

id

int

Unique gender identifier

name

string

Gender name

Example

{
    "id": 1,
    "name": "Male"
}

Endpoints

The Gender entity has the following endpoints:

Last updated