POST TFA/SendTFACode
Request Information
URI Parameters
None.
Body Parameters
signinTFABody| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DeviceInfo | string |
None. |
|
| DeviceIP | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"DeviceInfo": "sample string 2",
"DeviceIP": "sample string 3",
"DeviceID": "sample string 4"
}
application/xml, text/xml
Sample:
<signinTFABody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.Entities"> <DeviceID>sample string 4</DeviceID> <DeviceIP>sample string 3</DeviceIP> <DeviceInfo>sample string 2</DeviceInfo> <Id>1</Id> </signinTFABody>
application/x-www-form-urlencoded
Sample:
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. |