PUT api/PayFee/UpdatePayFee
Request Information
URI Parameters
None.
Body Parameters
PayFeesBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| transactionId | integer |
None. |
|
| paymentDate | date |
None. |
|
| amount | decimal number |
None. |
|
| photoLink | string |
None. |
|
| remark | string |
None. |
|
| userId | integer |
None. |
|
| classId | integer |
None. |
|
| userFullName | string |
None. |
|
| className | string |
None. |
|
| paymentDateString | string |
None. |
|
| paymentStatus | string |
None. |
|
| payableFee | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"transactionId": 1,
"paymentDate": "2025-12-10T08:55:09.6030486+05:30",
"amount": 1.1,
"photoLink": "sample string 2",
"remark": "sample string 3",
"userId": 1,
"classId": 1,
"userFullName": "sample string 4",
"className": "sample string 5",
"paymentDateString": "sample string 6",
"paymentStatus": "sample string 7",
"payableFee": 1.1
}
application/xml, text/xml
Sample:
<PayFeesBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sangeet_vidyalay_api.Models"> <amount>1.1</amount> <classId>1</classId> <className>sample string 5</className> <payableFee>1.1</payableFee> <paymentDate>2025-12-10T08:55:09.6030486+05:30</paymentDate> <paymentDateString>sample string 6</paymentDateString> <paymentStatus>sample string 7</paymentStatus> <photoLink>sample string 2</photoLink> <remark>sample string 3</remark> <transactionId>1</transactionId> <userFullName>sample string 4</userFullName> <userId>1</userId> </PayFeesBindingModel>
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.