POST api/MapGeoTag/getListFarmer
Request Information
URI Parameters
None.
Body Parameters
MapGeoTagReceivedDataModels| Name | Description | Type | Additional information |
|---|---|---|---|
| handphone | string |
None. |
|
| mobile_token | string |
None. |
|
| Type_Farmer | boolean |
None. |
|
| Location_Id | integer |
None. |
|
| Vendor_Id | integer |
None. |
|
| FarmerId | integer |
None. |
|
| search | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"handphone": "sample string 1",
"mobile_token": "sample string 2",
"Type_Farmer": true,
"Location_Id": 1,
"Vendor_Id": 1,
"FarmerId": 1,
"search": "sample string 4"
}
application/xml, text/xml
Sample:
<MapGeoTagReceivedDataModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.MapGeoTagIntegrator.ReceivedDataModels"> <FarmerId>1</FarmerId> <Location_Id>1</Location_Id> <Type_Farmer>true</Type_Farmer> <Vendor_Id>1</Vendor_Id> <handphone>sample string 1</handphone> <mobile_token>sample string 2</mobile_token> <search>sample string 4</search> </MapGeoTagReceivedDataModels>
multipart/form-data
Sample:
<MapGeoTagReceivedDataModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.MapGeoTagIntegrator.ReceivedDataModels"><FarmerId>1</FarmerId><Location_Id>1</Location_Id><Type_Farmer>true</Type_Farmer><Vendor_Id>1</Vendor_Id><handphone>sample string 1</handphone><mobile_token>sample string 2</mobile_token><search>sample string 4</search></MapGeoTagReceivedDataModels>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MapGeoTagBaseTreeModels| 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:
<MapGeoTagBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.MapGeoTagIntegrator.BaseTreeModels"> <data /> <message>sample string 1</message> <success>true</success> </MapGeoTagBaseTreeModels>
multipart/form-data
Sample:
<MapGeoTagBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.MapGeoTagIntegrator.BaseTreeModels"><data /><message>sample string 1</message><success>true</success></MapGeoTagBaseTreeModels>