POST api/{apiVersion}/Insurance/Streets
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
StreetRequestName | Description | Type | Additional information |
---|---|---|---|
DistrictCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DistrictCode": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfStreetResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | StreetResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "EBS_WS_GET_CSBM_INFOResponse": { "CSBMS": [ { "CSBM_TYPE": 1, "CSBM": "sample string 2", "CSBM_CODE": 3 }, { "CSBM_TYPE": 1, "CSBM": "sample string 2", "CSBM_CODE": 3 } ], "RESPONSE": "sample string 1", "RESPONSE_DATA": "sample string 2" } }, "IsShowMessage": true, "IsShowRateAndReview": true }