POST api/case/packetwise_search/download
Request Information
URI Parameters
None.
Body Parameters
CasePacketWiseSearchFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| provider_ids | string |
None. |
|
| insurance_company_id | string |
None. |
|
| packet_or_case_ids | string |
None. |
|
| date_packet_created_from | date |
None. |
|
| packet_type | string |
None. |
|
| date_packet_created_to | date |
None. |
|
| is_export | integer |
None. |
|
| pagination | PaginationInfoModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"provider_ids": "sample string 1",
"insurance_company_id": "sample string 2",
"packet_or_case_ids": "sample string 3",
"date_packet_created_from": "2026-05-01T21:13:37.3280366+00:00",
"packet_type": "sample string 4",
"date_packet_created_to": "2026-05-01T21:13:37.3280366+00:00",
"is_export": 5,
"pagination": {
"page_number": 1,
"page_size": 2,
"page_token": {
"next_partition_key": "sample string 1",
"next_row_key": "sample string 2",
"next_table_name": "sample string 3",
"target_location": 1
}
}
}
text/html
Sample:
{"provider_ids":"sample string 1","insurance_company_id":"sample string 2","packet_or_case_ids":"sample string 3","date_packet_created_from":"2026-05-01T21:13:37.3280366+00:00","packet_type":"sample string 4","date_packet_created_to":"2026-05-01T21:13:37.3280366+00:00","is_export":5,"pagination":{"page_number":1,"page_size":2,"page_token":{"next_partition_key":"sample string 1","next_row_key":"sample string 2","next_table_name":"sample string 3","target_location":1}}}
application/xml, text/xml
Sample:
<CasePacketWiseSearchFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.CaseManagement">
<date_packet_created_from>2026-05-01T21:13:37.3280366+00:00</date_packet_created_from>
<date_packet_created_to>2026-05-01T21:13:37.3280366+00:00</date_packet_created_to>
<insurance_company_id>sample string 2</insurance_company_id>
<is_export>5</is_export>
<packet_or_case_ids>sample string 3</packet_or_case_ids>
<packet_type>sample string 4</packet_type>
<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>
<d2p1:page_token>
<d2p1:next_partition_key>sample string 1</d2p1:next_partition_key>
<d2p1:next_row_key>sample string 2</d2p1:next_row_key>
<d2p1:next_table_name>sample string 3</d2p1:next_table_name>
<d2p1:target_location>1</d2p1:target_location>
</d2p1:page_token>
</pagination>
<provider_ids>sample string 1</provider_ids>
</CasePacketWiseSearchFilterModel>
multipart/form-data
Sample:
<CasePacketWiseSearchFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.CaseManagement"><date_packet_created_from>2026-05-01T21:13:37.3280366+00:00</date_packet_created_from><date_packet_created_to>2026-05-01T21:13:37.3280366+00:00</date_packet_created_to><insurance_company_id>sample string 2</insurance_company_id><is_export>5</is_export><packet_or_case_ids>sample string 3</packet_or_case_ids><packet_type>sample string 4</packet_type><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><d2p1:page_token><d2p1:next_partition_key>sample string 1</d2p1:next_partition_key><d2p1:next_row_key>sample string 2</d2p1:next_row_key><d2p1:next_table_name>sample string 3</d2p1:next_table_name><d2p1:target_location>1</d2p1:target_location></d2p1:page_token></pagination><provider_ids>sample string 1</provider_ids></CasePacketWiseSearchFilterModel>
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. |