POST api/v1/Otp/Send
Request Information
URI Parameters
None.
Body Parameters
SendOtpName | Description | Type | Additional information |
---|---|---|---|
Phone | string |
None. |
|
ApiOtpType | ApiOtpType |
None. |
Request Formats
application/json, text/json
Sample:
{ "Phone": "sample string 1", "ApiOtpType": 0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfStringName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | string |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": "sample string 3", "IsShowMessage": true, "IsShowRateAndReview": true }