POST system/upload/file

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
status

integer

None.

error_code

string

None.

content

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "error_code": "sample string 2",
  "content": {}
}

application/xml, text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/be_vime_group.Areas.Vime">
  <content />
  <error_code>sample string 2</error_code>
  <status>1</status>
</Result>