POST api/OtherAction/BaseFileRegisterUploadAndChek

Request Information

URI Parameters

None.

Body Parameters

EBaseFileRegisterMode
NameDescriptionTypeAdditional information
FileName

string

None.

FileType

string

None.

UpdateTime

string

None.

UpdateBy

string

None.

MD5

string

None.

FilePath

string

None.

FilePathBackup

string

None.

PSCFolder

string

None.

PSCFolderBackup

string

None.

FileByte

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "<FileName>k__BackingField": "sample string 1",
  "<FileType>k__BackingField": "sample string 2",
  "<UpdateTime>k__BackingField": "sample string 3",
  "<UpdateBy>k__BackingField": "sample string 4",
  "<MD5>k__BackingField": "sample string 5",
  "<FilePath>k__BackingField": "sample string 6",
  "<FilePathBackup>k__BackingField": "sample string 7",
  "<PSCFolder>k__BackingField": "sample string 8",
  "<PSCFolderBackup>k__BackingField": "sample string 9",
  "<FileByte>k__BackingField": "QEA="
}

application/xml, text/xml

Sample:
<EBaseFileRegisterMode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOMModel">
  <_x003C_FileByte_x003E_k__BackingField>QEA=</_x003C_FileByte_x003E_k__BackingField>
  <_x003C_FileName_x003E_k__BackingField>sample string 1</_x003C_FileName_x003E_k__BackingField>
  <_x003C_FilePathBackup_x003E_k__BackingField>sample string 7</_x003C_FilePathBackup_x003E_k__BackingField>
  <_x003C_FilePath_x003E_k__BackingField>sample string 6</_x003C_FilePath_x003E_k__BackingField>
  <_x003C_FileType_x003E_k__BackingField>sample string 2</_x003C_FileType_x003E_k__BackingField>
  <_x003C_MD5_x003E_k__BackingField>sample string 5</_x003C_MD5_x003E_k__BackingField>
  <_x003C_PSCFolderBackup_x003E_k__BackingField>sample string 9</_x003C_PSCFolderBackup_x003E_k__BackingField>
  <_x003C_PSCFolder_x003E_k__BackingField>sample string 8</_x003C_PSCFolder_x003E_k__BackingField>
  <_x003C_UpdateBy_x003E_k__BackingField>sample string 4</_x003C_UpdateBy_x003E_k__BackingField>
  <_x003C_UpdateTime_x003E_k__BackingField>sample string 3</_x003C_UpdateTime_x003E_k__BackingField>
</EBaseFileRegisterMode>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.