PUT api/StudentPromotion/UpdateStudentPromotion
Request Information
URI Parameters
None.
Body Parameters
StudentPromotionName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
StudentId | integer |
None. |
|
CurrentSession | string |
None. |
|
PromoteSession | string |
None. |
|
PromotionFromClass | string |
None. |
|
PromotionToClass | string |
None. |
|
Year | integer |
None. |
|
CreatedBy | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedBy | string |
None. |
|
UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "StudentId": 2, "CurrentSession": "sample string 3", "PromoteSession": "sample string 4", "PromotionFromClass": "sample string 5", "PromotionToClass": "sample string 6", "Year": 7, "CreatedBy": "sample string 8", "CreatedDate": "2024-12-01T08:11:08.462451+05:30", "UpdatedBy": "sample string 10", "UpdatedDate": "2024-12-01T08:11:08.462451+05:30" }
application/octet-stream
Sample:
{"$id":"1","Id":1,"StudentId":2,"CurrentSession":"sample string 3","PromoteSession":"sample string 4","PromotionFromClass":"sample string 5","PromotionToClass":"sample string 6","Year":7,"CreatedBy":"sample string 8","CreatedDate":"2024-12-01T08:11:08.462451+05:30","UpdatedBy":"sample string 10","UpdatedDate":"2024-12-01T08:11:08.462451+05:30"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.