GET api/ContractObject/ListAllContractObjectProfessionalAidFile
List All Contract Object attached file
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ContractObjectProfessionalAidFile| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractObjectProfessionalAidFileId | integer |
None. |
|
| ContractObjectId | integer |
None. |
|
| Name | string |
None. |
|
| IsArchive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"contractObjectProfessionalAidFileId": 1,
"contractObjectId": 1,
"name": "sample string 2",
"isArchive": true,
"isDeleted": true
},
{
"contractObjectProfessionalAidFileId": 1,
"contractObjectId": 1,
"name": "sample string 2",
"isArchive": true,
"isDeleted": true
}
]