GET api/otp/Send?id={id}&msisdn={msisdn}&dt={dt}
Send an OTP to the provided patient msisdn for the provided id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The session Id obtained when the Session/Start was called |
integer |
Required |
| msisdn |
The Patients MSISDN to send the OTP to |
string |
Required |
| dt |
The DateTime Stamp when the api call is being made. ISO8601 Format. 2015-10-13T15:11:26.8006960+02:00 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |