GET api/ListComplex/LCC
LCC
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ContractContact| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractContactId | integer |
None. |
|
| ContractId | integer |
None. |
|
| ContactId | integer |
None. |
|
| ContractRelationShipType | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"contractContactId": 1,
"contractId": 2,
"contactId": 3,
"contractRelationShipType": 4
},
{
"contractContactId": 1,
"contractId": 2,
"contactId": 3,
"contractRelationShipType": 4
}
]