POST api/OrderPrice/SaveBatchDownload

Request Information

URI Parameters

None.

Body Parameters

Collection of EncounterDownloadZipReportDTO
NameDescriptionTypeAdditional information
CorporationCode

string

String length: inclusive between 0 and 8000

CaseNo

integer

None.

Id

integer

None.

RecordType

string

String length: inclusive between 0 and 8000

BatchId

integer

None.

KeyName

string

String length: inclusive between 0 and 250

EmailBody

string

String length: inclusive between 0 and 4000

ExportFileName

string

String length: inclusive between 0 and 100

SubjectLine

string

String length: inclusive between 0 and 200

Key

string

String length: inclusive between 0 and 8000

ReportType

integer

None.

IncludeCancelledServices

boolean

None.

IsDownloaded

boolean

None.

RecordTypeId

integer

None.

IsCreateDaisyBill

boolean

None.

IsAcumaticaRecord

boolean

None.

UniqueID

string

None.

AddOnType

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "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
  },
  {
    "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
  }
]

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfListOfEncounterDownloadZipReportDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of 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
    },
    {
      "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:
<AsapResponseOfArrayOfEncounterDownloadZipReportDTO3NYuOdgi 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:EncounterDownloadZipReportDTO>
      <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>
    </d2p1:EncounterDownloadZipReportDTO>
    <d2p1:EncounterDownloadZipReportDTO>
      <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>
    </d2p1:EncounterDownloadZipReportDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfEncounterDownloadZipReportDTO3NYuOdgi>