PUT api/FeesCollectionHistory/UpdateFeesCollectionHistory
Request Information
URI Parameters
None.
Body Parameters
FeesCollectionHistoryName | Description | Type | Additional 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-01T09:14:53.0021971+05:30", "UpdatedBy": "sample string 10", "UpdatedDate": "2024-12-01T09:14:53.0021971+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-01T09:14:53.0021971+05:30","UpdatedBy":"sample string 10","UpdatedDate":"2024-12-01T09:14:53.0021971+05:30"}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.