POST api/{apiVersion}/Insurance/IndependentParts
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
IndependentPartsRequestName | Description | Type | Additional information |
---|---|---|---|
BuildingAddressNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "BuildingAddressNo": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfIndepentPartInfoResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | IndepentPartInfoResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "EBS_WS_GET_INDEPENDENT_PART_INFOResponse": { "INDEPENDENT_PARTS": [ { "UAVT_ADDRESS_NO": 1, "FLAT_CODE": 2 }, { "UAVT_ADDRESS_NO": 1, "FLAT_CODE": 2 } ], "RESPONSE": "sample string 1", "RESPONSE_DATA": "sample string 2" } }, "IsShowMessage": true, "IsShowRateAndReview": true }