GET api/CdcApi/ContractCopy/ListAvailableCustomerContractECSForCopy/{customerContractId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerContractId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ELSZ_CSOPORT| Name | Description | Type | Additional information |
|---|---|---|---|
| ELSZ_CSOPORT_AZON | integer |
None. |
|
| ELSZ_CSOPORT_NEV | string |
None. |
|
| ELSZ_CSOPORT_TIPUS | integer |
None. |
|
| ELSZ_CSOPORT_PAZON | string |
None. |
|
| ELSZ_CSOPORT_TILTVA | integer |
None. |
|
| ELSZ_CSOPORT_OV_AZON | string |
None. |
|
| ELSZ_CSOPORT_TRANSACTIONID | integer |
None. |
|
| ELSZ_CSOPORT_SOURCE_ELSZ_CSOPORT_AZON | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"elsZ_CSOPORT_AZON": 1,
"elsZ_CSOPORT_NEV": "sample string 2",
"elsZ_CSOPORT_TIPUS": 1,
"elsZ_CSOPORT_PAZON": "sample string 3",
"elsZ_CSOPORT_TILTVA": 1,
"elsZ_CSOPORT_OV_AZON": "sample string 4",
"elsZ_CSOPORT_TRANSACTIONID": 1,
"elsZ_CSOPORT_SOURCE_ELSZ_CSOPORT_AZON": 1
},
{
"elsZ_CSOPORT_AZON": 1,
"elsZ_CSOPORT_NEV": "sample string 2",
"elsZ_CSOPORT_TIPUS": 1,
"elsZ_CSOPORT_PAZON": "sample string 3",
"elsZ_CSOPORT_TILTVA": 1,
"elsZ_CSOPORT_OV_AZON": "sample string 4",
"elsZ_CSOPORT_TRANSACTIONID": 1,
"elsZ_CSOPORT_SOURCE_ELSZ_CSOPORT_AZON": 1
}
]