POST Member/Sms
Register new member via SMS add Authorization header, with value "Bearer your-simple-access-token-here". generated "your-simple-access-token-here" with a combination of ClientId and ClientSecret ( ClientId + '#' + ClientSecret). Please encript "your-simple-access-token-here" with HMACSHA1.
Request Information
URI Parameters
None.
Body Parameters
AddMemberSMSParameterModelName | Description | Type | Additional information |
---|---|---|---|
ClientID | string |
None. |
|
Name | string |
None. |
|
Phone | string |
None. |
|
ChildDateOfBirth | string |
None. |
|
SMSID | string |
None. |
|
SPGCode | string |
None. |
|
Source | string |
None. |
|
ExBrand | string |
None. |
|
SampleType | string |
None. |
|
DistrictID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientID": "sample string 1", "Name": "sample string 2", "Phone": "sample string 3", "ChildDateOfBirth": "sample string 4", "SMSID": "sample string 5", "SPGCode": "sample string 6", "Source": "sample string 7", "ExBrand": "sample string 8", "SampleType": "sample string 9", "DistrictID": 1 }
Response Information
Resource Description
Send new password
ResultModelOfMemberSMSModelName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | MemberSMSModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": null }