POST api/BillingExport/ProcessBatchWiseZipandCsv

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfEncounterDownloadZipReportDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

EncounterDownloadZipReportDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "CorporationCode": "sample string 1",
    "CaseNo": 2,
    "Id": 3,
    "RecordType": "sample string 4",
    "BatchId": 1,
    "KeyName": "sample string 5",
    "EmailBody": "sample string 6",
    "ExportFileName": "sample string 7",
    "SubjectLine": "sample string 8",
    "Key": "sample string 9",
    "ReportType": 1,
    "IncludeCancelledServices": true,
    "IsDownloaded": true,
    "RecordTypeId": 12,
    "IsCreateDaisyBill": true,
    "IsAcumaticaRecord": true,
    "UniqueID": "sample string 13",
    "AddOnType": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfEncounterDownloadZipReportDTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
  <isSuccess>true</isSuccess>
  <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
    <d2p1:AddOnType>true</d2p1:AddOnType>
    <d2p1:BatchId>1</d2p1:BatchId>
    <d2p1:CaseNo>2</d2p1:CaseNo>
    <d2p1:CorporationCode>sample string 1</d2p1:CorporationCode>
    <d2p1:EmailBody>sample string 6</d2p1:EmailBody>
    <d2p1:ExportFileName>sample string 7</d2p1:ExportFileName>
    <d2p1:Id>3</d2p1:Id>
    <d2p1:IncludeCancelledServices>true</d2p1:IncludeCancelledServices>
    <d2p1:IsAcumaticaRecord>true</d2p1:IsAcumaticaRecord>
    <d2p1:IsCreateDaisyBill>true</d2p1:IsCreateDaisyBill>
    <d2p1:IsDownloaded>true</d2p1:IsDownloaded>
    <d2p1:Key>sample string 9</d2p1:Key>
    <d2p1:KeyName>sample string 5</d2p1:KeyName>
    <d2p1:RecordType>sample string 4</d2p1:RecordType>
    <d2p1:RecordTypeId>12</d2p1:RecordTypeId>
    <d2p1:ReportType>1</d2p1:ReportType>
    <d2p1:SubjectLine>sample string 8</d2p1:SubjectLine>
    <d2p1:UniqueID>sample string 13</d2p1:UniqueID>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfEncounterDownloadZipReportDTO3NYuOdgi>