POST api/Documents/GetPdfReport
Request Information
URI Parameters
None.
Body Parameters
PdfInfo| Name | Description | Type | Additional 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": "2025-12-05T21:54:09.100794-06:00",
"EndDate": "2025-12-05T21:54:09.100794-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>2025-12-05T21:54:09.100794-06:00</EndDate> <ReportSubType>4</ReportSubType> <ReportType>3</ReportType> <StartDate>2025-12-05T21:54:09.100794-06:00</StartDate> </PdfInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |