POST services/api/ecom/v1/Get_AreaList
Request Information
URI Parameters
None.
Body Parameters
EcoBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| FiterText | string |
None. |
|
| Limit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of EcomArea_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| StateId | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| StateName | string |
None. |
|
| StateCode | string |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
|
| IsSlotsAvailable | boolean |
None. |
|
| DeliveryCharge | decimal number |
None. |
|
| MinCartValue | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"StateId": 2,
"Code": "sample string 3",
"Name": "sample string 4",
"StateName": "sample string 5",
"StateCode": "sample string 6",
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"IsSlotsAvailable": true,
"DeliveryCharge": 10.0,
"MinCartValue": 11.0
},
{
"Id": 1,
"StateId": 2,
"Code": "sample string 3",
"Name": "sample string 4",
"StateName": "sample string 5",
"StateCode": "sample string 6",
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"IsSlotsAvailable": true,
"DeliveryCharge": 10.0,
"MinCartValue": 11.0
}
]