POST api/RecoOrder/getAreaMap
Request Information
URI Parameters
None.
Body Parameters
RecevidAreaMap| Name | Description | Type | Additional information |
|---|---|---|---|
| handphone | string |
None. |
|
| mobile_token | string |
None. |
|
| Farmer_Screen_Header_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"handphone": "sample string 1",
"mobile_token": "sample string 2",
"Farmer_Screen_Header_Id": 3
}
application/xml, text/xml
Sample:
<RecevidAreaMap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.RecoOrderIntegrator.ReceivedDataModels"> <Farmer_Screen_Header_Id>3</Farmer_Screen_Header_Id> <handphone>sample string 1</handphone> <mobile_token>sample string 2</mobile_token> </RecevidAreaMap>
multipart/form-data
Sample:
<RecevidAreaMap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.RecoOrderIntegrator.ReceivedDataModels"><Farmer_Screen_Header_Id>3</Farmer_Screen_Header_Id><handphone>sample string 1</handphone><mobile_token>sample string 2</mobile_token></RecevidAreaMap>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RecoOrderBaseTreeModels| 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:
<RecoOrderBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.RecoOrderIntegrator.BaseTreeModels"> <data /> <message>sample string 1</message> <success>true</success> </RecoOrderBaseTreeModels>
multipart/form-data
Sample:
<RecoOrderBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.RecoOrderIntegrator.BaseTreeModels"><data /><message>sample string 1</message><success>true</success></RecoOrderBaseTreeModels>