For the complete documentation index, see llms.txt. This page is also available as Markdown.

15 - Register

POST https://apigw.elekse.com/api/hoppa/corporate/member/register

Headers

Authorization
Bearer ******************

Body

{
    "GSM": string,
    "Email": string,
    "Firstname": string,
    "Lastname": string,
    "JobId": int,
    "Identity": string,
    "Birthday": DateTime,
    "CityId": int,
    "DistrictId": int,
    "Address": string
}

Last updated