POST api/v1/academic_SeatAllocation

Request Information

URI Parameters

None.

Body Parameters

Academic_SeatAllocationVM
NameDescriptionTypeAdditional information
seatAllocationId

integer

None.

academicDegreeProgrammeId

integer

None.

academicSesstion

integer

None.

intakeId

integer

None.

seatAllocated

integer

None.

applied

integer

None.

admitted

integer

None.

dateCreated

date

None.

tenantId

integer

None.

createdBy

integer

None.

academicDegreeProgrammeName

string

None.

intakeName

string

None.

academicSesstionName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "seatAllocationId": 1,
  "academicDegreeProgrammeId": 1,
  "academicSesstion": 1,
  "intakeId": 1,
  "seatAllocated": 1,
  "applied": 1,
  "admitted": 1,
  "dateCreated": "2024-09-19T09:08:02.5553467-07:00",
  "tenantId": 1,
  "createdBy": 2,
  "academicDegreeProgrammeName": "sample string 3",
  "intakeName": "sample string 4",
  "academicSesstionName": "sample string 5"
}

application/xml, text/xml

Sample:
<Academic_SeatAllocationVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <academicDegreeProgrammeId>1</academicDegreeProgrammeId>
  <academicDegreeProgrammeName>sample string 3</academicDegreeProgrammeName>
  <academicSesstion>1</academicSesstion>
  <academicSesstionName>sample string 5</academicSesstionName>
  <admitted>1</admitted>
  <applied>1</applied>
  <createdBy>2</createdBy>
  <dateCreated>2024-09-19T09:08:02.5553467-07:00</dateCreated>
  <intakeId>1</intakeId>
  <intakeName>sample string 4</intakeName>
  <seatAllocated>1</seatAllocated>
  <seatAllocationId>1</seatAllocationId>
  <tenantId>1</tenantId>
</Academic_SeatAllocationVM>

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.