POST api/crystal-reports

Request Information

URI Parameters

None.

Body Parameters

RequestDto
NameDescriptionTypeAdditional information
FileName

string

Required

TenantId

globally unique identifier

None.

ServidorCrystal

EServidoresCrystal

None.

FormatoDeRelatorio

ExportFormatType

None.

RawCrystalQuery

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FileName": "sample string 1",
  "TenantId": "674cec9f-17a3-4fea-a939-21a49ea6d11a",
  "ServidorCrystal": 0,
  "FormatoDeRelatorio": 0,
  "RawCrystalQuery": "sample string 2"
}

application/xml, text/xml

Sample:
<RequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrystalReportsService.Application.Contracts.DTOs">
  <FileName>sample string 1</FileName>
  <FormatoDeRelatorio>NoFormat</FormatoDeRelatorio>
  <RawCrystalQuery>sample string 2</RawCrystalQuery>
  <ServidorCrystal>DEV</ServidorCrystal>
  <TenantId>674cec9f-17a3-4fea-a939-21a49ea6d11a</TenantId>
</RequestDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseBaseOfString
NameDescriptionTypeAdditional information
Code

HttpStatusCode

None.

Message

string

None.

Data

string

None.

TotalCount

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.