POST api/{apiVersion}/Insurance/Buildings
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
BuildingRequestName | Description | Type | Additional information |
---|---|---|---|
DistrictCode | string |
None. |
|
StreetCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DistrictCode": "sample string 1", "StreetCode": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfBuildingResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | BuildingResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "EBS_WS_GET_BUILDINGS_INFOResponse": { "BUILDINGS": [ { "SITE": "sample string 1", "CSBM": "sample string 2", "PLOT": "sample string 3", "BUILDING_ADDRESS": "sample string 4", "BLOCK": "sample string 5", "BUILDING_USAGE_TYPE": "sample string 6", "BUILDING_NAME": "sample string 7", "CSBM_TYPE": "sample string 8", "CSBM_CODE": "sample string 9", "BUILDING_NO": "sample string 10", "DISTRICT_CODE": "sample string 11", "FLAT": "sample string 12", "BUILDING_ADDRESS_NO": "sample string 13" }, { "SITE": "sample string 1", "CSBM": "sample string 2", "PLOT": "sample string 3", "BUILDING_ADDRESS": "sample string 4", "BLOCK": "sample string 5", "BUILDING_USAGE_TYPE": "sample string 6", "BUILDING_NAME": "sample string 7", "CSBM_TYPE": "sample string 8", "CSBM_CODE": "sample string 9", "BUILDING_NO": "sample string 10", "DISTRICT_CODE": "sample string 11", "FLAT": "sample string 12", "BUILDING_ADDRESS_NO": "sample string 13" } ], "RESPONSE": "sample string 1", "RESPONSE_DATA": "sample string 2" } }, "IsShowMessage": true, "IsShowRateAndReview": true }