POST api/StudentFinancialPlan
Request Information
URI Parameters
None.
Body Parameters
StudentFinancialPlanName | Description | Type | Additional information |
---|---|---|---|
RecordNo | integer |
None. |
|
StudentFK | integer |
None. |
|
Budget | decimal number |
None. |
|
FinancialSupportFK | integer |
None. |
|
CreatedOn | date |
None. |
|
UpdatedOn | date |
None. |
|
IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "RecordNo": 1, "StudentFK": 2, "Budget": 3.0, "FinancialSupportFK": 4, "CreatedOn": "2024-12-22T23:15:18.0481434+00:00", "UpdatedOn": "2024-12-22T23:15:18.0481434+00:00", "IsDeleted": true }
application/xml, text/xml
Sample:
<StudentFinancialPlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrishAcademy.Models"> <Budget>3</Budget> <CreatedOn>2024-12-22T23:15:18.0481434+00:00</CreatedOn> <FinancialSupportFK>4</FinancialSupportFK> <IsDeleted>true</IsDeleted> <RecordNo>1</RecordNo> <StudentFK>2</StudentFK> <UpdatedOn>2024-12-22T23:15:18.0481434+00:00</UpdatedOn> </StudentFinancialPlan>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.