GET api/Report/Get?CID={CID}&LOCID={LOCID}&DateStr={DateStr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CID | string |
Required |
|
| LOCID | string |
Required |
|
| DateStr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReportsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DataTable | DataTable |
None. |
|
| ReportList | Collection of Object |
None. |
|
| AllReportList | Collection of Object |
None. |
|
| ReceiptList | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"DataTable": null,
"ReportList": null,
"AllReportList": null,
"ReceiptList": null
}
text/html
Sample:
{"DataTable":null,"ReportList":null,"AllReportList":null,"ReceiptList":null}
application/xml, text/xml
Sample:
<ReportsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models"> <AllReportList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.Entities" i:nil="true" /> <DataTable i:nil="true" /> <ReceiptList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.Entities" i:nil="true" /> <ReportList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.Entities" i:nil="true" /> </ReportsModel>