Customer Registration
This service are collection of api which will use customer accounts
Customer Registration
1. Registration Request
{
"phone": <String, not null>,
"name": <String, not null>,
"birthDate": <Date, not null>,
"birthPlace": <String, not null>,
"email": <String>,
"gender": <Boolean, not null>,
"countryId": <String, not null>,
"sourceId": <String>,
"accountGroupId": <String, not null>
} // Sample Code:
{
"phone": “081234567890”,
"name": “Septian Cahyo”,
"birthDate": “1990-12-31”,
"birthPlace": “Jakarta”,
"email": “email@gmail.com”,
"gender": true,
"countryId":”ID”,
"sourceId": “01011”,
"accountGroupId": “01”
}Description
2. Complete Registration
Description
3. Verify Username
Description
4. Verify Email
Description
5. Resend Registration SMS Token
Description
6. Resend Registration Email
Description
Last updated