POST api/FeesCollectionHistory/AddFeesCollectionHistory

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "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-01T07:55:17.4290662+05:30",
  "UpdatedBy": "sample string 10",
  "UpdatedDate": "2024-12-01T07:55:17.4290662+05:30"
}

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-01T07:55:17.4290662+05:30","UpdatedBy":"sample string 10","UpdatedDate":"2024-12-01T07:55:17.4290662+05:30"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.