POST api/desktop/GetFileContentCustomizeReportByReportID

Lấy nội dung của file báo cáo

Request Information

URI Parameters

None.

Body Parameters

GetFileContentCustomizeReportParameter
NameDescriptionTypeAdditional information
reportID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "reportID": "058c050b-2e71-4883-9ab0-6512960246e8"
}

text/xml

Sample:
<GetFileContentCustomizeReportParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Param.IMSParam">
  <reportID>058c050b-2e71-4883-9ab0-6512960246e8</reportID>
</GetFileContentCustomizeReportParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IMSServiceResult
NameDescriptionTypeAdditional information
Success

boolean

None.

Data

Object

None.

CustomData

Object

None.

Code

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": {},
  "CustomData": {},
  "Code": "sample string 4",
  "Message": "sample string 5"
}

text/xml

Sample:
<IMSServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Response.IMSResponse">
  <Code>sample string 4</Code>
  <CustomData />
  <Data />
  <Message>sample string 5</Message>
  <Success>true</Success>
</IMSServiceResult>