GET api/CosFinance/SearchFinanceBatchReport?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfFinanceBatchReportDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of FinanceBatchReportDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"Id": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"NumberofRecord": 4,
"Key": "sample string 5",
"BatchDate": "2025-10-30T07:51:04.2138817-07:00",
"Status": 1,
"TotalCount": 6
},
{
"Id": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"NumberofRecord": 4,
"Key": "sample string 5",
"BatchDate": "2025-10-30T07:51:04.2138817-07:00",
"Status": 1,
"TotalCount": 6
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfFinanceBatchReportDTOiHWKYZHo 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.DTO.COSBilling">
<d2p1:FinanceBatchReportDTO>
<d2p1:BatchDate>2025-10-30T07:51:04.2138817-07:00</d2p1:BatchDate>
<d2p1:FirstName>sample string 2</d2p1:FirstName>
<d2p1:Id>1</d2p1:Id>
<d2p1:Key>sample string 5</d2p1:Key>
<d2p1:LastName>sample string 3</d2p1:LastName>
<d2p1:NumberofRecord>4</d2p1:NumberofRecord>
<d2p1:Status>1</d2p1:Status>
<d2p1:TotalCount>6</d2p1:TotalCount>
</d2p1:FinanceBatchReportDTO>
<d2p1:FinanceBatchReportDTO>
<d2p1:BatchDate>2025-10-30T07:51:04.2138817-07:00</d2p1:BatchDate>
<d2p1:FirstName>sample string 2</d2p1:FirstName>
<d2p1:Id>1</d2p1:Id>
<d2p1:Key>sample string 5</d2p1:Key>
<d2p1:LastName>sample string 3</d2p1:LastName>
<d2p1:NumberofRecord>4</d2p1:NumberofRecord>
<d2p1:Status>1</d2p1:Status>
<d2p1:TotalCount>6</d2p1:TotalCount>
</d2p1:FinanceBatchReportDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfFinanceBatchReportDTOiHWKYZHo>