PUT api/v1/pg_ProjectAndThesis/{projectAndThesisId}/projectAndThesisId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectAndThesisId | integer |
Required |
Body Parameters
Pg_ProjectAndThesisVM| Name | Description | Type | Additional 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": "2025-11-03T12:05:42.8379875-08: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>2025-11-03T12:05:42.8379875-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.