PUT api/Scrapping/ContractFile

Scrap ContactFile

Request Information

URI Parameters

None.

Body Parameters

ContractFile
NameDescriptionTypeAdditional information
ContractFileId

integer

None.

ContractId

integer

None.

Name

string

None.

IsArchive

boolean

None.

FileType

integer

None.

IsDeleted

boolean

None.

IsScrapped

boolean

None.

ScrappedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "contractFileId": 1,
  "contractId": 1,
  "name": "sample string 2",
  "isArchive": true,
  "fileType": 1,
  "isDeleted": true,
  "isScrapped": true,
  "scrappedDate": "2025-12-08T04:02:09.9414755Z"
}

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 'ContractFile'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.