- Endpoints for Aggregator Partners
Enum Value | Description |
---|---|
MALE | Male gender of the customer |
FEMALE | Female gender of the customer |
UNISEX | Unisex gender of the customer |
Gender of the customer
Enum Value | Description |
---|---|
MALE | Male gender of the customer |
FEMALE | Female gender of the customer |
UNISEX | Unisex gender of the customer |
curl -i -X POST \
https://developer.sportalliance.com/_mock/apis/perfectgym/aggregator/aggregator/v1/aggregators/member \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"aggregatorId": "fc336b0b-409c-4c66-a26d-ab25b87dcb8f",
"firstName": "Edgar",
"lastName": "Bullock",
"email": "example@email.com",
"dateOfBirth": "1952-05-04",
"gender": "MALE",
"phonePrivate": "+49 30901820",
"phonePrivateMobile": "+49 15223433333",
"phoneBusiness": "+49 30901820",
"phoneBusinessMobile": "+49 15223433333",
"street": "Am Bahnhof",
"houseNumber": "89a",
"zipCode": "12133",
"city": "Munich",
"country": "DE"
}'
{ "customerId": 20322323 }