PUT api/Scrapping/ContractObjectFile

Scrap ContactFile

Request Information

URI Parameters

None.

Body Parameters

ContractObjectFile
NameDescriptionTypeAdditional information
ContractObjectFileId

integer

None.

ContractObjectId

integer

None.

Name

string

None.

IsArchive

boolean

None.

IsDeleted

boolean

None.

IsScrapped

boolean

None.

ScrappedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "contractObjectFileId": 1,
  "contractObjectId": 1,
  "name": "sample string 2",
  "isArchive": true,
  "isDeleted": true,
  "isScrapped": true,
  "scrappedDate": "2025-12-08T04:00:58.065049Z"
}

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

Response Information

Resource Description

None.