POST Report/UploadRequestFile?pageId={pageId}&objectId={objectId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageId

integer

Required

objectId

integer

Required

Body Parameters

RequestFileDTI
NameDescriptionTypeAdditional information
RequestId

integer

None.

ParentFileId

integer

None.

PathName

string

None.

OriginalPathName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RequestId": 1,
  "ParentFileId": 2,
  "PathName": "http://sample string 3",
  "OriginalPathName": "sample string 3"
}

application/xml, text/xml

Sample:
<RequestFileDTI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasicQA.Models.Report">
  <ParentFileId>2</ParentFileId>
  <PathName>http://sample string 3</PathName>
  <RequestId>1</RequestId>
</RequestFileDTI>

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

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>