GET api/FeesCollectionHistory/GetAllFeesCollectionHistory

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FeesCollectionHistory
NameDescriptionTypeAdditional information
Id

integer

None.

ClassId

integer

None.

SectionId

integer

None.

StudentId

integer

None.

Amount

string

None.

Status

string

None.

PaymentMode

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,
    "ClassId": 2,
    "SectionId": 3,
    "StudentId": 4,
    "Amount": "sample string 5",
    "Status": "sample string 6",
    "PaymentMode": "sample string 7",
    "CreatedBy": "sample string 8",
    "CreatedDate": "2024-12-01T09:11:21.6358107+05:30",
    "UpdatedBy": "sample string 10",
    "UpdatedDate": "2024-12-01T09:11:21.6358107+05:30"
  },
  {
    "$ref": "1"
  }
]

application/octet-stream

Sample:
[{"$id":"1","Id":1,"ClassId":2,"SectionId":3,"StudentId":4,"Amount":"sample string 5","Status":"sample string 6","PaymentMode":"sample string 7","CreatedBy":"sample string 8","CreatedDate":"2024-12-01T09:11:21.6358107+05:30","UpdatedBy":"sample string 10","UpdatedDate":"2024-12-01T09:11:21.6358107+05:30"},{"$ref":"1"}]