POST api/report/pom/print/export
Request Information
URI Parameters
None.
Body Parameters
PomPrintReportFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| pom_id | integer |
None. |
|
| provider_id | integer |
None. |
|
| printed_from | date |
None. |
|
| printed_to | date |
None. |
|
| pom_type | string |
None. |
|
| case_id | string |
None. |
|
| pagination | PaginationModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"pom_id": 1,
"provider_id": 1,
"printed_from": "2026-05-01T21:12:14.8847287+00:00",
"printed_to": "2026-05-01T21:12:14.8847287+00:00",
"pom_type": "sample string 1",
"case_id": "sample string 2",
"pagination": {
"page_number": 1,
"page_size": 2
}
}
text/html
Sample:
{"pom_id":1,"provider_id":1,"printed_from":"2026-05-01T21:12:14.8847287+00:00","printed_to":"2026-05-01T21:12:14.8847287+00:00","pom_type":"sample string 1","case_id":"sample string 2","pagination":{"page_number":1,"page_size":2}}
application/xml, text/xml
Sample:
<PomPrintReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.ReportManagement">
<case_id>sample string 2</case_id>
<pagination xmlns:d2p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
<d2p1:page_number>1</d2p1:page_number>
<d2p1:page_size>2</d2p1:page_size>
</pagination>
<pom_id>1</pom_id>
<pom_type>sample string 1</pom_type>
<printed_from>2026-05-01T21:12:14.8847287+00:00</printed_from>
<printed_to>2026-05-01T21:12:14.8847287+00:00</printed_to>
<provider_id>1</provider_id>
</PomPrintReportFilterModel>
multipart/form-data
Sample:
<PomPrintReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.ReportManagement"><case_id>sample string 2</case_id><pagination xmlns:d2p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><d2p1:page_number>1</d2p1:page_number><d2p1:page_size>2</d2p1:page_size></pagination><pom_id>1</pom_id><pom_type>sample string 1</pom_type><printed_from>2026-05-01T21:12:14.8847287+00:00</printed_from><printed_to>2026-05-01T21:12:14.8847287+00:00</printed_to><provider_id>1</provider_id></PomPrintReportFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PomPrintReportResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| pom_id | integer |
None. |
|
| pom_date | date |
None. |
|
| file_name | string |
None. |
|
| file_path | string |
None. |
|
| received_file_name | string |
None. |
|
| pom_generated_by | string |
None. |
|
| link | string |
None. |
|
| pom_scan_date | date |
None. |
|
| received_date | date |
None. |
|
| pom_scan_by | string |
None. |
|
| pom_packet_file_name | string |
None. |
|
| link_pom_packet | string |
None. |
|
| provider_name | string |
None. |
|
| insurance_name | string |
None. |
|
| date_bill_sent | date |
None. |
|
| case_ids | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pom_id": 1,
"pom_date": "2026-05-01T21:12:14.8947247+00:00",
"file_name": "sample string 2",
"file_path": "sample string 3",
"received_file_name": "sample string 4",
"pom_generated_by": "sample string 5",
"link": "sample string 6",
"pom_scan_date": "2026-05-01T21:12:14.8947247+00:00",
"received_date": "2026-05-01T21:12:14.8947247+00:00",
"pom_scan_by": "sample string 7",
"pom_packet_file_name": "sample string 8",
"link_pom_packet": "sample string 9",
"provider_name": "sample string 10",
"insurance_name": "sample string 11",
"date_bill_sent": "2026-05-01T21:12:14.8947247+00:00",
"case_ids": "sample string 12"
},
{
"pom_id": 1,
"pom_date": "2026-05-01T21:12:14.8947247+00:00",
"file_name": "sample string 2",
"file_path": "sample string 3",
"received_file_name": "sample string 4",
"pom_generated_by": "sample string 5",
"link": "sample string 6",
"pom_scan_date": "2026-05-01T21:12:14.8947247+00:00",
"received_date": "2026-05-01T21:12:14.8947247+00:00",
"pom_scan_by": "sample string 7",
"pom_packet_file_name": "sample string 8",
"link_pom_packet": "sample string 9",
"provider_name": "sample string 10",
"insurance_name": "sample string 11",
"date_bill_sent": "2026-05-01T21:12:14.8947247+00:00",
"case_ids": "sample string 12"
}
]
text/html
Sample:
[{"pom_id":1,"pom_date":"2026-05-01T21:12:14.8947247+00:00","file_name":"sample string 2","file_path":"sample string 3","received_file_name":"sample string 4","pom_generated_by":"sample string 5","link":"sample string 6","pom_scan_date":"2026-05-01T21:12:14.8947247+00:00","received_date":"2026-05-01T21:12:14.8947247+00:00","pom_scan_by":"sample string 7","pom_packet_file_name":"sample string 8","link_pom_packet":"sample string 9","provider_name":"sample string 10","insurance_name":"sample string 11","date_bill_sent":"2026-05-01T21:12:14.8947247+00:00","case_ids":"sample string 12"},{"pom_id":1,"pom_date":"2026-05-01T21:12:14.8947247+00:00","file_name":"sample string 2","file_path":"sample string 3","received_file_name":"sample string 4","pom_generated_by":"sample string 5","link":"sample string 6","pom_scan_date":"2026-05-01T21:12:14.8947247+00:00","received_date":"2026-05-01T21:12:14.8947247+00:00","pom_scan_by":"sample string 7","pom_packet_file_name":"sample string 8","link_pom_packet":"sample string 9","provider_name":"sample string 10","insurance_name":"sample string 11","date_bill_sent":"2026-05-01T21:12:14.8947247+00:00","case_ids":"sample string 12"}]
application/xml, text/xml
Sample:
<ArrayOfPomPrintReportResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.ReportManagement">
<PomPrintReportResultModel>
<case_ids>sample string 12</case_ids>
<date_bill_sent>2026-05-01T21:12:14.8947247+00:00</date_bill_sent>
<file_name>sample string 2</file_name>
<file_path>sample string 3</file_path>
<insurance_name>sample string 11</insurance_name>
<link>sample string 6</link>
<link_pom_packet>sample string 9</link_pom_packet>
<pom_date>2026-05-01T21:12:14.8947247+00:00</pom_date>
<pom_generated_by>sample string 5</pom_generated_by>
<pom_id>1</pom_id>
<pom_packet_file_name>sample string 8</pom_packet_file_name>
<pom_scan_by>sample string 7</pom_scan_by>
<pom_scan_date>2026-05-01T21:12:14.8947247+00:00</pom_scan_date>
<provider_name>sample string 10</provider_name>
<received_date>2026-05-01T21:12:14.8947247+00:00</received_date>
<received_file_name>sample string 4</received_file_name>
</PomPrintReportResultModel>
<PomPrintReportResultModel>
<case_ids>sample string 12</case_ids>
<date_bill_sent>2026-05-01T21:12:14.8947247+00:00</date_bill_sent>
<file_name>sample string 2</file_name>
<file_path>sample string 3</file_path>
<insurance_name>sample string 11</insurance_name>
<link>sample string 6</link>
<link_pom_packet>sample string 9</link_pom_packet>
<pom_date>2026-05-01T21:12:14.8947247+00:00</pom_date>
<pom_generated_by>sample string 5</pom_generated_by>
<pom_id>1</pom_id>
<pom_packet_file_name>sample string 8</pom_packet_file_name>
<pom_scan_by>sample string 7</pom_scan_by>
<pom_scan_date>2026-05-01T21:12:14.8947247+00:00</pom_scan_date>
<provider_name>sample string 10</provider_name>
<received_date>2026-05-01T21:12:14.8947247+00:00</received_date>
<received_file_name>sample string 4</received_file_name>
</PomPrintReportResultModel>
</ArrayOfPomPrintReportResultModel>
multipart/form-data
Sample:
<ArrayOfPomPrintReportResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.ReportManagement"><PomPrintReportResultModel><case_ids>sample string 12</case_ids><date_bill_sent>2026-05-01T21:12:14.8947247+00:00</date_bill_sent><file_name>sample string 2</file_name><file_path>sample string 3</file_path><insurance_name>sample string 11</insurance_name><link>sample string 6</link><link_pom_packet>sample string 9</link_pom_packet><pom_date>2026-05-01T21:12:14.8947247+00:00</pom_date><pom_generated_by>sample string 5</pom_generated_by><pom_id>1</pom_id><pom_packet_file_name>sample string 8</pom_packet_file_name><pom_scan_by>sample string 7</pom_scan_by><pom_scan_date>2026-05-01T21:12:14.8947247+00:00</pom_scan_date><provider_name>sample string 10</provider_name><received_date>2026-05-01T21:12:14.8947247+00:00</received_date><received_file_name>sample string 4</received_file_name></PomPrintReportResultModel><PomPrintReportResultModel><case_ids>sample string 12</case_ids><date_bill_sent>2026-05-01T21:12:14.8947247+00:00</date_bill_sent><file_name>sample string 2</file_name><file_path>sample string 3</file_path><insurance_name>sample string 11</insurance_name><link>sample string 6</link><link_pom_packet>sample string 9</link_pom_packet><pom_date>2026-05-01T21:12:14.8947247+00:00</pom_date><pom_generated_by>sample string 5</pom_generated_by><pom_id>1</pom_id><pom_packet_file_name>sample string 8</pom_packet_file_name><pom_scan_by>sample string 7</pom_scan_by><pom_scan_date>2026-05-01T21:12:14.8947247+00:00</pom_scan_date><provider_name>sample string 10</provider_name><received_date>2026-05-01T21:12:14.8947247+00:00</received_date><received_file_name>sample string 4</received_file_name></PomPrintReportResultModel></ArrayOfPomPrintReportResultModel>