POST api/v1/finance_BillingSystem/debit-posting
Request Information
URI Parameters
None.
Body Parameters
StudentDebitPostingVM| Name | Description | Type | Additional information |
|---|---|---|---|
| studentDebitPostingId | integer |
None. |
|
| academicSessionId | integer |
None. |
|
| academicDegreeTypeId | integer |
None. |
|
| academicFacultyId | integer |
None. |
|
| academicDepartmentId | integer |
None. |
|
| academicDegreeProgrammeId | integer |
None. |
|
| academicLevelId | Collection of integer |
None. |
|
| studentId | integer |
None. |
|
| datePosted | date |
None. |
|
| billingSystemId | integer |
None. |
|
| postedBy | integer |
None. |
|
| isBulkPosting | boolean |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| academicSessionName | string |
None. |
|
| paymentTypeId | integer |
None. |
|
| postedByName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"studentDebitPostingId": 1,
"academicSessionId": 1,
"academicDegreeTypeId": 1,
"academicFacultyId": 1,
"academicDepartmentId": 1,
"academicDegreeProgrammeId": 1,
"academicLevelId": [
1,
2
],
"studentId": 1,
"datePosted": "2025-11-05T17:36:25.9938004-08:00",
"billingSystemId": 2,
"postedBy": 1,
"isBulkPosting": true,
"tenantId": 3,
"dateCreated": "2025-11-05T17:36:25.9938004-08:00",
"academicSessionName": "sample string 4",
"paymentTypeId": 1,
"postedByName": "sample string 5"
}
application/xml, text/xml
Sample:
<StudentDebitPostingVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
<academicDegreeProgrammeId>1</academicDegreeProgrammeId>
<academicDegreeTypeId>1</academicDegreeTypeId>
<academicDepartmentId>1</academicDepartmentId>
<academicFacultyId>1</academicFacultyId>
<academicLevelId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</academicLevelId>
<academicSessionId>1</academicSessionId>
<academicSessionName>sample string 4</academicSessionName>
<billingSystemId>2</billingSystemId>
<dateCreated>2025-11-05T17:36:25.9938004-08:00</dateCreated>
<datePosted>2025-11-05T17:36:25.9938004-08:00</datePosted>
<isBulkPosting>true</isBulkPosting>
<paymentTypeId>1</paymentTypeId>
<postedBy>1</postedBy>
<postedByName>sample string 5</postedByName>
<studentDebitPostingId>1</studentDebitPostingId>
<studentId>1</studentId>
<tenantId>3</tenantId>
</StudentDebitPostingVM>
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.