PUT Middleware/Services/FileBase/PutAsync
Request Information
URI Parameters
None.
Body Parameters
FileBase| Name | Description | Type | Additional information |
|---|---|---|---|
| DocCategoryType | DocCategoryType |
None. |
|
| DocumentType | DocumentType |
None. |
|
| FileContentType | FileContentTypes |
None. |
|
| FilePath | string |
None. |
|
| FileSize | integer |
None. |
|
| Owner | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedAt | date |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedAt | date |
None. |
|
| DeletedBy | string |
None. |
|
| DeletedAt | date |
None. |
|
| FileStatus | FileStatus |
None. |
|
| FileCurrentLocation | FileLocation |
None. |
|
| WordTemplate | WordTemplate |
None. |
|
| AzureBlobInfo | AzureBlobInfo |
None. |
|
| Id | string |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocCategoryType": 0,
"DocumentType": 0,
"FileContentType": 0,
"FilePath": "sample string 1",
"FileSize": 2,
"Owner": "sample string 3",
"CreatedBy": "sample string 4",
"CreatedAt": "2026-03-23T06:13:51.0607928+05:30",
"UpdatedBy": "sample string 5",
"UpdatedAt": "2026-03-23T06:13:51.0607928+05:30",
"DeletedBy": "sample string 6",
"DeletedAt": "2026-03-23T06:13:51.0607928+05:30",
"FileStatus": 0,
"FileCurrentLocation": 0,
"WordTemplate": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"AzureBlobInfo": {
"ContainerName": "sample string 1",
"BlobUri": "sample string 2",
"UploadedAt": "2026-03-23T06:13:51.0607928+05:30",
"UploadStatus": true,
"Id": "sample string 4",
"Name": "sample string 5"
},
"Id": "sample string 7",
"Name": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.