POST api/{apiVersion}/Insurance/Districts
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
DistrictRequestName | Description | Type | Additional information |
---|---|---|---|
VillageCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "VillageCode": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfDistrictResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | DistrictResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "EBS_WS_GET_DISTRICTS_INFOResponse": { "DISTRICTS": [ { "DISTRICT": "sample string 1", "DISTRICT_CODE": 2 }, { "DISTRICT": "sample string 1", "DISTRICT_CODE": 2 } ], "RESPONSE": "sample string 1", "RESPONSE_DATA": "sample string 2" } }, "IsShowMessage": true, "IsShowRateAndReview": true }