POST api/{apiVersion}/Insurance/Villages
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
VillageRequestName | Description | Type | Additional 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
ServiceResponseOfVillageResponseName | Description | Type | Additional 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 }