POST V2/Vote/SaveBarchUploadLogAsync

Request Information

URI Parameters

None.

Body Parameters

BatchUpload
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Desc

string

None.

Path

string

None.

FormatKey

string

None.

FunctionKey

string

None.

Progress

integer

None.

IsActive

boolean

None.

Remark

string

None.

CreateDate

string

None.

UpdateDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "03eb8059-77dd-4a5d-b4ed-5e5cdc032ed1",
  "Desc": "sample string 2",
  "Path": "sample string 3",
  "FormatKey": "sample string 4",
  "FunctionKey": "sample string 5",
  "Progress": 6,
  "IsActive": true,
  "Remark": "sample string 8",
  "CreateDate": "sample string 9",
  "UpdateDate": "sample string 10"
}

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

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {},
  "Code": 4
}