POST api/crystal-reports/reports-table
Request Information
URI Parameters
None.
Body Parameters
RelatsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
Required |
|
| TenantId | globally unique identifier |
None. |
|
| ServidorCrystal | EServidoresCrystal |
None. |
|
| Data | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"FileName": "sample string 1",
"TenantId": "13f7925c-953e-4350-a721-5e42857d2947",
"ServidorCrystal": 0,
"Data": {}
}
application/xml, text/xml
Sample:
<RelatsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrystalReportsService.Application.Contracts.DTOs"> <Data /> <FileName>sample string 1</FileName> <ServidorCrystal>DEV</ServidorCrystal> <TenantId>13f7925c-953e-4350-a721-5e42857d2947</TenantId> </RelatsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseBaseOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | HttpStatusCode |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
|
| TotalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.