POST api/Documents/GetPdfReport

Request Information

URI Parameters

None.

Body Parameters

PdfInfo
NameDescriptionTypeAdditional information
CardCode

string

None.

CompanyId

integer

None.

ReportType

integer

None.

ReportSubType

integer

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CardCode": "sample string 1",
  "CompanyId": 2,
  "ReportType": 3,
  "ReportSubType": 4,
  "StartDate": "2024-09-19T13:32:34.5042356-06:00",
  "EndDate": "2024-09-19T13:32:34.5042356-06:00"
}

application/xml, text/xml

Sample:
<PdfInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">
  <CardCode>sample string 1</CardCode>
  <CompanyId>2</CompanyId>
  <EndDate>2024-09-19T13:32:34.5042356-06:00</EndDate>
  <ReportSubType>4</ReportSubType>
  <ReportType>3</ReportType>
  <StartDate>2024-09-19T13:32:34.5042356-06:00</StartDate>
</PdfInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.