POST api/{apiVersion}/Insurance/Villages

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

VillageRequest
NameDescriptionTypeAdditional information
TownCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TownCode": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfVillageResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

VillageResponse

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "EBS_WS_GET_VILLAGESResponse": {
      "VILLAGES": {
        "VILLAGECODE": "sample string 1",
        "VILLAGENAME": "sample string 2"
      },
      "RESPONSE": "sample string 1",
      "RESPONSE_DATA": "sample string 2"
    }
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}