POST api/Documents/GetPdfReport
Request Information
URI Parameters
None.
Body Parameters
PdfInfoName | 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-04-04T07:20:43.0624642-06:00", "EndDate": "2025-04-04T07:20:43.0624642-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-04-04T07:20:43.0624642-06:00</EndDate> <ReportSubType>4</ReportSubType> <ReportType>3</ReportType> <StartDate>2025-04-04T07:20:43.0624642-06:00</StartDate> </PdfInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |