POST api/CosFinanceExport/ProcessFinanceBatchWiseZipandCsv
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfCosFinanceDownloadZipReportDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | CosFinanceDownloadZipReportDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "Id": 1, "RecordType": "sample string 2", "BatchId": 1, "KeyName": "sample string 3", "EmailBody": "sample string 4", "ExportFileName": "sample string 5", "SubjectLine": "sample string 6", "Key": "sample string 7", "ReportType": 1, "IsDownloaded": true, "RecordTypeId": 9 }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfCosFinanceDownloadZipReportDTO3NYuOdgi 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:BatchId>1</d2p1:BatchId> <d2p1:EmailBody>sample string 4</d2p1:EmailBody> <d2p1:ExportFileName>sample string 5</d2p1:ExportFileName> <d2p1:Id>1</d2p1:Id> <d2p1:IsDownloaded>true</d2p1:IsDownloaded> <d2p1:Key>sample string 7</d2p1:Key> <d2p1:KeyName>sample string 3</d2p1:KeyName> <d2p1:RecordType>sample string 2</d2p1:RecordType> <d2p1:RecordTypeId>9</d2p1:RecordTypeId> <d2p1:ReportType>1</d2p1:ReportType> <d2p1:SubjectLine>sample string 6</d2p1:SubjectLine> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfCosFinanceDownloadZipReportDTO3NYuOdgi>