PUT api/v1/finance_Transaction/{financeTransactionId}/financeTransactionId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
financeTransactionId

integer

Required

Body Parameters

Finance_TransactionVM
NameDescriptionTypeAdditional information
financeTransactionId

integer

None.

referenceNumber

string

None.

postedDate

date

None.

postedBy

integer

None.

paymentTypeId

integer

None.

paymentCategoryId

integer

None.

transactionTypeId

integer

None.

amount

decimal number

None.

currencyId

integer

None.

approvalStatusId

integer

None.

tenantId

integer

None.

paymentChannelId

integer

None.

createdBy

integer

None.

chartOfAccountId

integer

None.

chartOfAccountTypeId

integer

None.

isFeeWaiverApply

boolean

None.

discountedAmount

decimal number

None.

academicSessionId

integer

None.

academicSessionName

string

None.

studentName

string

None.

total

decimal number

None.

creditAmount

decimal number

None.

debitAmount

decimal number

None.

balance

decimal number

None.

accountName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "financeTransactionId": 1,
  "referenceNumber": "sample string 2",
  "postedDate": "2024-09-19T10:55:45.8823962-07:00",
  "postedBy": 1,
  "paymentTypeId": 1,
  "paymentCategoryId": 1,
  "transactionTypeId": 1,
  "amount": 3.0,
  "currencyId": 1,
  "approvalStatusId": 1,
  "tenantId": 1,
  "paymentChannelId": 1,
  "createdBy": 4,
  "chartOfAccountId": 1,
  "chartOfAccountTypeId": 1,
  "isFeeWaiverApply": true,
  "discountedAmount": 6.0,
  "academicSessionId": 1,
  "academicSessionName": "sample string 7",
  "studentName": "sample string 8",
  "total": 9.0,
  "creditAmount": 10.0,
  "debitAmount": 11.0,
  "balance": 12.0,
  "accountName": "sample string 13"
}

application/xml, text/xml

Sample:
<Finance_TransactionVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <academicSessionId>1</academicSessionId>
  <academicSessionName>sample string 7</academicSessionName>
  <accountName>sample string 13</accountName>
  <amount>3</amount>
  <approvalStatusId>1</approvalStatusId>
  <balance>12</balance>
  <chartOfAccountId>1</chartOfAccountId>
  <chartOfAccountTypeId>1</chartOfAccountTypeId>
  <createdBy>4</createdBy>
  <creditAmount>10</creditAmount>
  <currencyId>1</currencyId>
  <debitAmount>11</debitAmount>
  <discountedAmount>6</discountedAmount>
  <financeTransactionId>1</financeTransactionId>
  <isFeeWaiverApply>true</isFeeWaiverApply>
  <paymentCategoryId>1</paymentCategoryId>
  <paymentChannelId>1</paymentChannelId>
  <paymentTypeId>1</paymentTypeId>
  <postedBy>1</postedBy>
  <postedDate>2024-09-19T10:55:45.8823962-07:00</postedDate>
  <referenceNumber>sample string 2</referenceNumber>
  <studentName>sample string 8</studentName>
  <tenantId>1</tenantId>
  <total>9</total>
  <transactionTypeId>1</transactionTypeId>
</Finance_TransactionVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.