GET api/OrderPrice/SearchBatchReport?q={q}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfBatchReportDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | Collection of BatchReportDTO |
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-04-04T05:02:02.3220587-07:00", "Status": 1, "TotalCount": 6, "IsDaisyBillRecord": true, "IsAcumaticaRecord": true, "NumberOfError": 7 }, { "Id": 1, "FirstName": "sample string 2", "LastName": "sample string 3", "NumberofRecord": 4, "Key": "sample string 5", "BatchDate": "2025-04-04T05:02:02.3220587-07:00", "Status": 1, "TotalCount": 6, "IsDaisyBillRecord": true, "IsAcumaticaRecord": true, "NumberOfError": 7 } ], "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfBatchReportDTOiHWKYZHo 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:BatchReportDTO> <d2p1:BatchDate>2025-04-04T05:02:02.3220587-07:00</d2p1:BatchDate> <d2p1:FirstName>sample string 2</d2p1:FirstName> <d2p1:Id>1</d2p1:Id> <d2p1:IsAcumaticaRecord>true</d2p1:IsAcumaticaRecord> <d2p1:IsDaisyBillRecord>true</d2p1:IsDaisyBillRecord> <d2p1:Key>sample string 5</d2p1:Key> <d2p1:LastName>sample string 3</d2p1:LastName> <d2p1:NumberOfError>7</d2p1:NumberOfError> <d2p1:NumberofRecord>4</d2p1:NumberofRecord> <d2p1:Status>1</d2p1:Status> <d2p1:TotalCount>6</d2p1:TotalCount> </d2p1:BatchReportDTO> <d2p1:BatchReportDTO> <d2p1:BatchDate>2025-04-04T05:02:02.3220587-07:00</d2p1:BatchDate> <d2p1:FirstName>sample string 2</d2p1:FirstName> <d2p1:Id>1</d2p1:Id> <d2p1:IsAcumaticaRecord>true</d2p1:IsAcumaticaRecord> <d2p1:IsDaisyBillRecord>true</d2p1:IsDaisyBillRecord> <d2p1:Key>sample string 5</d2p1:Key> <d2p1:LastName>sample string 3</d2p1:LastName> <d2p1:NumberOfError>7</d2p1:NumberOfError> <d2p1:NumberofRecord>4</d2p1:NumberofRecord> <d2p1:Status>1</d2p1:Status> <d2p1:TotalCount>6</d2p1:TotalCount> </d2p1:BatchReportDTO> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfBatchReportDTOiHWKYZHo>