GET api/CdcApi/ListVendorContractFile/{vendorId}
List Vendor Contract file
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vendorId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ContractFileSimple| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractFileId | integer |
None. |
|
| ContractId | integer |
None. |
|
| Name | string |
None. |
|
| FileType | integer |
None. |
|
| IsPartner | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"contractFileId": 1,
"contractId": 1,
"name": "sample string 2",
"fileType": 1,
"isPartner": true
},
{
"contractFileId": 1,
"contractId": 1,
"name": "sample string 2",
"fileType": 1,
"isPartner": true
}
]