POST api/v1/pg_ProjectAndThesis

Request Information

URI Parameters

None.

Body Parameters

Pg_ProjectAndThesisVM
NameDescriptionTypeAdditional information
projectId

integer

None.

thesisTitle

string

None.

yearId

integer

None.

institution

string

None.

academicDepartment

string

None.

qualificationId

integer

None.

studentId

integer

None.

applicationNumber

string

None.

tenantId

integer

None.

dateCreated

date

None.

createdBy

integer

None.

yearName

string

None.

qualificationName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "projectId": 1,
  "thesisTitle": "sample string 2",
  "yearId": 1,
  "institution": "sample string 3",
  "academicDepartment": "sample string 4",
  "qualificationId": 1,
  "studentId": 1,
  "applicationNumber": "sample string 5",
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:48:18.2364134-07:00",
  "createdBy": 6,
  "yearName": "sample string 7",
  "qualificationName": "sample string 8"
}

application/xml, text/xml

Sample:
<Pg_ProjectAndThesisVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <academicDepartment>sample string 4</academicDepartment>
  <applicationNumber>sample string 5</applicationNumber>
  <createdBy>6</createdBy>
  <dateCreated>2024-09-19T09:48:18.2364134-07:00</dateCreated>
  <institution>sample string 3</institution>
  <projectId>1</projectId>
  <qualificationId>1</qualificationId>
  <qualificationName>sample string 8</qualificationName>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
  <thesisTitle>sample string 2</thesisTitle>
  <yearId>1</yearId>
  <yearName>sample string 7</yearName>
</Pg_ProjectAndThesisVM>

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.