POST api/desktop/GetCustomizeReportByReportName
Lấy danh sách các mẫu chứng từ từ forum
Request Information
URI Parameters
None.
Body Parameters
GetCustomizeReportParameterName | Description | Type | Additional information |
---|---|---|---|
reportName | string |
None. |
|
refTypeList | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "reportName": "sample string 1", "refTypeList": "sample string 2" }
text/xml
Sample:
<GetCustomizeReportParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Param.IMSParam"> <refTypeList>sample string 2</refTypeList> <reportName>sample string 1</reportName> </GetCustomizeReportParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IMSServiceResultName | Description | Type | Additional 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>