GET api/Report/GetPaymentsByDate?start={start}&end={end}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
start | No documentation available. |
Define this parameter in the request URI. |
end | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "CustomerId": 2, "CustomerName": "sample string 3", "PaymentAmount": 4.1, "PaymentDate": "2025-04-11T01:23:42.3426821-07:00", "PaymentDescription": "sample string 6", "UserId": "sample string 7", "FullName": "sample string 8", "Status": "sample string 9" }, { "$ref": "1" }, { "$ref": "1" } ]