POST api/NoteSheet/DigitalSignatureRecieveBytes

Request Information

URI Parameters

None.

Body Parameters

DigitalSignatureVM
NameDescriptionTypeAdditional information
FileName

string

None.

FileData

Collection of byte

None.

UploadedByEmployeeCode

string

None.

FileSize

string

None.

FilePath

string

None.

uploadedDateTime

date

None.

FullPath

string

None.

FileDescriptions

string

None.

EmployeeCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FileName": "sample string 1",
  "FileData": "QEA=",
  "UploadedByEmployeeCode": "sample string 2",
  "FileSize": "sample string 3",
  "FilePath": "sample string 4",
  "uploadedDateTime": "2025-12-17T11:06:48.3876792-08:00",
  "FullPath": "sample string 5",
  "FileDescriptions": "sample string 6",
  "EmployeeCode": "sample string 7"
}

text/plain

Sample:
{"FileName":"sample string 1","FileData":"QEA=","UploadedByEmployeeCode":"sample string 2","FileSize":"sample string 3","FilePath":"sample string 4","uploadedDateTime":"2025-12-17T11:06:48.3876792-08:00","FullPath":"sample string 5","FileDescriptions":"sample string 6","EmployeeCode":"sample string 7"}

application/xml, text/xml

Sample:
<DigitalSignatureVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AndroidWebAPI.Models"><EmployeeCode>sample string 7</EmployeeCode><FileData>QEA=</FileData><FileDescriptions>sample string 6</FileDescriptions><FileName>sample string 1</FileName><FilePath>sample string 4</FilePath><FileSize>sample string 3</FileSize><FullPath>sample string 5</FullPath><UploadedByEmployeeCode>sample string 2</UploadedByEmployeeCode><uploadedDateTime>2025-12-17T11:06:48.3876792-08:00</uploadedDateTime></DigitalSignatureVM>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain, application/xml, text/xml

Sample:

Sample not available.