POST api/Policy/Document/Upload
Request Information
URI Parameters
None.
Body Parameters
UploadDocumentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CertificateNumber | string |
None. |
|
| FileContent | Collection of byte |
None. |
|
| FileName | string |
None. |
|
| Comments | string |
None. |
|
| DocumentType | string |
None. |
|
| ScanDate | date |
None. |
|
| UserName | string |
None. |
|
| ClientId | string |
None. |
|
| CompanyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CertificateNumber": "sample string 1",
"FileContent": {
"$type": "System.Byte[], mscorlib",
"$value": "QEA="
},
"FileName": "sample string 2",
"Comments": "sample string 3",
"DocumentType": "sample string 4",
"ScanDate": "2025-12-06T04:15:24.7246578+00:00",
"UserName": "sample string 5",
"ClientId": "sample string 6",
"CompanyCode": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.