PUT api/v1/pg_Year/{yearId}/yearId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| yearId | integer |
Required |
Body Parameters
Pg_YearVM| Name | Description | Type | Additional information |
|---|---|---|---|
| yearId | integer |
None. |
|
| year | string |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| studentId | integer |
None. |
|
| applicationNumber | string |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"yearId": 1,
"year": "sample string 2",
"tenantId": 1,
"dateCreated": "2025-11-07T03:50:35.7372722-08:00",
"studentId": 1,
"applicationNumber": "sample string 3",
"createdBy": 4
}
application/xml, text/xml
Sample:
<Pg_YearVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <applicationNumber>sample string 3</applicationNumber> <createdBy>4</createdBy> <dateCreated>2025-11-07T03:50:35.7372722-08:00</dateCreated> <studentId>1</studentId> <tenantId>1</tenantId> <year>sample string 2</year> <yearId>1</yearId> </Pg_YearVM>
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.