POST api/v1/finance_StudentDebitDetail

Request Information

URI Parameters

None.

Body Parameters

Finance_StudentDebitDetailVM
NameDescriptionTypeAdditional information
studentDebitDetailId

integer

None.

academicSessionId

integer

None.

studentDebitPostingId

integer

None.

datePosted

date

None.

postedBy

integer

None.

tenantId

integer

None.

dateCreated

date

None.

studentId

integer

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "studentDebitDetailId": 1,
  "academicSessionId": 1,
  "studentDebitPostingId": 2,
  "datePosted": "2024-09-19T11:01:28.5568918-07:00",
  "postedBy": 1,
  "tenantId": 1,
  "dateCreated": "2024-09-19T11:01:28.5568918-07:00",
  "studentId": 1,
  "createdBy": 3
}

application/xml, text/xml

Sample:
<Finance_StudentDebitDetailVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <academicSessionId>1</academicSessionId>
  <createdBy>3</createdBy>
  <dateCreated>2024-09-19T11:01:28.5568918-07:00</dateCreated>
  <datePosted>2024-09-19T11:01:28.5568918-07:00</datePosted>
  <postedBy>1</postedBy>
  <studentDebitDetailId>1</studentDebitDetailId>
  <studentDebitPostingId>2</studentDebitPostingId>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
</Finance_StudentDebitDetailVM>

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.