> For the complete documentation index, see [llms.txt](https://developer-tr.hoppacuzdan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer-tr.hoppacuzdan.com/hoppa-gelistirici-ortami/kurumsal-api/25-integration/2-corporate/15-register.md).

# 15 - Register

<mark style="color:green;">`POST`</mark> `https://apigw.elekse.com/api/hoppa/corporate/member/register`

### Headers

<table><thead><tr><th>Authorization</th></tr></thead><tbody><tr><td><pre><code>Bearer ******************
</code></pre></td></tr></tbody></table>

### Body

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