POST Company/XYUpload

Request Information

URI Parameters

None.

Body Parameters

FileModel
NameDescriptionTypeAdditional information
fileName

string

None.

fileUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fileName": "sample string 1",
  "fileUrl": "sample string 2"
}

application/xml, text/xml

Sample:
<FileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Assessment">
  <FileName>sample string 1</FileName>
  <FileUrl>sample string 2</FileUrl>
</FileModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

XYUploadResponse
NameDescriptionTypeAdditional information
requestId

string

None.

fileId

string

None.

fileHashValue

string

None.

respSerialNo

string

None.

code

string

None.

msg

string

None.

traceId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "requestId": "sample string 1",
  "fileId": "sample string 2",
  "fileHashValue": "sample string 3",
  "respSerialNo": "sample string 4",
  "code": "sample string 5",
  "msg": "sample string 6",
  "traceId": "sample string 7"
}

application/xml, text/xml

Sample:
<XYUploadResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.XY">
  <Message>sample string 6</Message>
  <ResultCode>sample string 5</ResultCode>
  <SerialNo>sample string 4</SerialNo>
  <TraceId>sample string 7</TraceId>
  <FileHashValue>sample string 3</FileHashValue>
  <FileId>sample string 2</FileId>
  <RequestId>sample string 1</RequestId>
</XYUploadResponse>