POST api/v1/finance_PaymentEvidence/students
Request Information
URI Parameters
None.
Body Parameters
Finance_StudentWithIssueVM| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| admissionNuber | string |
None. |
|
| studentType | string |
None. |
|
| paymentType | string |
None. |
|
| transactionReferenceNumber | string |
None. |
|
| status | string |
None. |
|
| channel | string |
None. |
|
| term | string |
None. |
|
| academicSessionId | integer |
None. |
|
| amount | decimal number |
None. |
|
| tenantId | integer |
None. |
|
| paymentTypeId | integer |
None. |
|
| paymentEvidenceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"admissionNuber": "sample string 2",
"studentType": "sample string 3",
"paymentType": "sample string 4",
"transactionReferenceNumber": "sample string 5",
"status": "sample string 6",
"channel": "sample string 7",
"term": "sample string 8",
"academicSessionId": 1,
"amount": 1.0,
"tenantId": 1,
"paymentTypeId": 1,
"paymentEvidenceId": 9
}
application/xml, text/xml
Sample:
<Finance_StudentWithIssueVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <academicSessionId>1</academicSessionId> <admissionNuber>sample string 2</admissionNuber> <amount>1</amount> <channel>sample string 7</channel> <name>sample string 1</name> <paymentEvidenceId>9</paymentEvidenceId> <paymentType>sample string 4</paymentType> <paymentTypeId>1</paymentTypeId> <status>sample string 6</status> <studentType>sample string 3</studentType> <tenantId>1</tenantId> <term>sample string 8</term> <transactionReferenceNumber>sample string 5</transactionReferenceNumber> </Finance_StudentWithIssueVM>
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.