POST api/OTP
Request Information
URI Parameters
None.
Body Parameters
OTPCreateAPIModelName | Description | Type | Additional information |
---|---|---|---|
PhoneNumber | string |
None. |
|
FireBaseClientID | string |
None. |
|
Model | string |
None. |
|
MobileName | string |
None. |
|
MobileType | string |
None. |
|
DeviceId | string |
None. |
|
IsLocal | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "PhoneNumber": "sample string 1", "FireBaseClientID": "sample string 2", "Model": "sample string 3", "MobileName": "sample string 4", "MobileType": "sample string 5", "DeviceId": "sample string 6", "IsLocal": true }
application/xml, text/xml
Sample:
<OTPCreateAPIModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StockTrading.Entities"> <DeviceId>sample string 6</DeviceId> <FireBaseClientID>sample string 2</FireBaseClientID> <IsLocal>true</IsLocal> <MobileName>sample string 4</MobileName> <MobileType>sample string 5</MobileType> <Model>sample string 3</Model> <PhoneNumber>sample string 1</PhoneNumber> </OTPCreateAPIModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |