POST services/api/ecom/v1/Get_EcomStateList
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
EComState_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ISOCode | string |
None. |
|
| Name | string |
None. |
|
| ShortName | string |
None. |
|
| CountryId | integer |
None. |
|
| Country | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ISOCode": "sample string 2",
"Name": "sample string 3",
"ShortName": "sample string 4",
"CountryId": 5,
"Country": "sample string 6"
}