PUT api/Scrapping/ContractFile
Scrap ContactFile
Request Information
URI Parameters
None.
Body Parameters
ContractFile| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.