PUT api/Partner/PartnerFile/UpdatePartnerFile

Update Partner attached file (IsArchive or/add Name change)

Request Information

URI Parameters

None.

Body Parameters

PartnerFile
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PartnerFile'.

Response Information

Resource Description

None.