GET api/Reports/AverageNoteCountByDateString?locationId={locationId}&startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | integer |
Required |
|
| startDate | string |
Required |
|
| endDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of NoteCountReport| Name | Description | Type | Additional information |
|---|---|---|---|
| TerminalName | string |
None. |
|
| Count | integer |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.