PUT api/Partner/PartnerFile/UpdatePartnerFile
Update Partner attached file (IsArchive or/add Name change)
Request Information
URI Parameters
None.
Body Parameters
PartnerFile| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerFileId | integer |
None. |
|
| PartnerId | integer |
None. |
|
| Name | string |
None. |
|
| IsArchive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"partnerFileId": 1,
"partnerId": 1,
"name": "sample string 2",
"isArchive": true,
"isDeleted": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.