GET api/Contract/ListAllContractRelationList
List All Contract Typed property List (example : FeeIncreaseCondition, CustomerByDevice, CIVILByDevice, CustomerByTraining, CIVILByTraining, CustomerByRestrictedCheck)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ContractRelationList| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractRelationListId | integer |
None. |
|
| ContractId | integer |
None. |
|
| RelationType | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"contractRelationListId": 1,
"contractId": 2,
"relationType": 3
},
{
"contractRelationListId": 1,
"contractId": 2,
"relationType": 3
}
]