GET api/PaymentHistory/GetAllPaymentHistory
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PaymentHistoryName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Teacher_Id | integer |
None. |
|
Amount | string |
None. |
|
MonthYear | string |
None. |
|
Status | string |
None. |
|
CreatedBy | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedBy | string |
None. |
|
UpdatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "Teacher_Id": 2, "Amount": "sample string 3", "MonthYear": "sample string 4", "Status": "sample string 5", "CreatedBy": "sample string 6", "CreatedDate": "2024-12-01T09:33:28.9968467+05:30", "UpdatedBy": "sample string 8", "UpdatedDate": "2024-12-01T09:33:28.9968467+05:30" }, { "$ref": "1" } ]
application/octet-stream
Sample:
[{"$id":"1","Id":1,"Teacher_Id":2,"Amount":"sample string 3","MonthYear":"sample string 4","Status":"sample string 5","CreatedBy":"sample string 6","CreatedDate":"2024-12-01T09:33:28.9968467+05:30","UpdatedBy":"sample string 8","UpdatedDate":"2024-12-01T09:33:28.9968467+05:30"},{"$ref":"1"}]