POST api/v1/finance_StudentFeeCumulative
Request Information
URI Parameters
None.
Body Parameters
Finance_StudentFeeCumulativeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| studentFeeCumulativeId | integer |
None. |
|
| studentId | integer |
None. |
|
| cumulativeFeeAmount | decimal number |
None. |
|
| paidAmount | decimal number |
None. |
|
| balanceAmount | decimal number |
None. |
|
| dateModified | date |
None. |
|
| tenantId | integer |
None. |
|
| createdBy | integer |
None. |
|
| linkedId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"studentFeeCumulativeId": 1,
"studentId": 1,
"cumulativeFeeAmount": 2.0,
"paidAmount": 3.0,
"balanceAmount": 4.0,
"dateModified": "2025-11-03T12:06:34.5490073-08:00",
"tenantId": 1,
"createdBy": 5,
"linkedId": "sample string 6"
}
application/xml, text/xml
Sample:
<Finance_StudentFeeCumulativeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <balanceAmount>4</balanceAmount> <createdBy>5</createdBy> <cumulativeFeeAmount>2</cumulativeFeeAmount> <dateModified>2025-11-03T12:06:34.5490073-08:00</dateModified> <linkedId>sample string 6</linkedId> <paidAmount>3</paidAmount> <studentFeeCumulativeId>1</studentFeeCumulativeId> <studentId>1</studentId> <tenantId>1</tenantId> </Finance_StudentFeeCumulativeVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.