GET api/PaymentHistory/GetPaymentHistoryById/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

PaymentHistory
NameDescriptionTypeAdditional 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,
  "Teacher_Id": 2,
  "Amount": "sample string 3",
  "MonthYear": "sample string 4",
  "Status": "sample string 5",
  "CreatedBy": "sample string 6",
  "CreatedDate": "2024-12-01T09:28:32.5393276+05:30",
  "UpdatedBy": "sample string 8",
  "UpdatedDate": "2024-12-01T09:28:32.5393276+05:30"
}

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:28:32.5393276+05:30","UpdatedBy":"sample string 8","UpdatedDate":"2024-12-01T09:28:32.5393276+05:30"}