GET api/Partner/ListPartnerFile?id={id}
List Partner attached file
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PartnerFile| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerFileId | integer |
None. |
|
| PartnerId | integer |
None. |
|
| Name | string |
None. |
|
| IsArchive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"partnerFileId": 1,
"partnerId": 1,
"name": "sample string 2",
"isArchive": true,
"isDeleted": true
},
{
"partnerFileId": 1,
"partnerId": 1,
"name": "sample string 2",
"isArchive": true,
"isDeleted": true
}
]