POST services/api/ecom/v1/Get_AreaById

Request Information

URI Parameters

None.

Body Parameters

Id
NameDescriptionTypeAdditional information
Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

EcomArea_Master
NameDescriptionTypeAdditional 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
}