POST api/AutoLogOut/getdata
Request Information
URI Parameters
None.
Body Parameters
AutoLogOutReceivedDataModels| Name | Description | Type | Additional information |
|---|---|---|---|
| handphone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"handphone": "sample string 1"
}
application/xml, text/xml
Sample:
<AutoLogOutReceivedDataModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.AutoLogOutIntegrator.ReceivedDataModels"> <handphone>sample string 1</handphone> </AutoLogOutReceivedDataModels>
multipart/form-data
Sample:
<AutoLogOutReceivedDataModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.AutoLogOutIntegrator.ReceivedDataModels"><handphone>sample string 1</handphone></AutoLogOutReceivedDataModels>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AutoLogOutBaseTreeModels| Name | Description | Type | Additional information |
|---|---|---|---|
| message | string |
None. |
|
| success | boolean |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"message": "sample string 1",
"success": true,
"data": {}
}
application/xml, text/xml
Sample:
<AutoLogOutBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.AutoLogOutIntegrator.BaseTreeModels"> <data /> <message>sample string 1</message> <success>true</success> </AutoLogOutBaseTreeModels>
multipart/form-data
Sample:
<AutoLogOutBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.AutoLogOutIntegrator.BaseTreeModels"><data /><message>sample string 1</message><success>true</success></AutoLogOutBaseTreeModels>