PUT api/v1/pg_Alevel/{alevelId}/alevelId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
alevelId | integer |
Required |
Body Parameters
Pg_AlevelVMName | Description | Type | Additional information |
---|---|---|---|
alevelId | integer |
None. |
|
institutionName | string |
None. |
|
fromYear | integer |
None. |
|
toYear | integer |
None. |
|
course | string |
None. |
|
degreeTypeId | integer |
None. |
|
cGPA | string |
None. |
|
degreeClassId | integer |
None. |
|
studentId | integer |
None. |
|
applicationNumber | string |
None. |
|
tenantId | integer |
None. |
|
dateCreated | date |
None. |
|
createdBy | integer |
None. |
|
address | string |
None. |
|
fromYearName | string |
None. |
|
toYearName | string |
None. |
|
degreeClassName | string |
None. |
|
degreeTypeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "alevelId": 1, "institutionName": "sample string 2", "fromYear": 1, "toYear": 1, "course": "sample string 3", "degreeTypeId": 1, "cGPA": "sample string 4", "degreeClassId": 1, "studentId": 1, "applicationNumber": "sample string 5", "tenantId": 1, "dateCreated": "2024-11-24T08:42:26.8290736-08:00", "createdBy": 6, "address": "sample string 7", "fromYearName": "sample string 8", "toYearName": "sample string 9", "degreeClassName": "sample string 10", "degreeTypeName": "sample string 11" }
application/xml, text/xml
Sample:
<Pg_AlevelVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <address>sample string 7</address> <alevelId>1</alevelId> <applicationNumber>sample string 5</applicationNumber> <cGPA>sample string 4</cGPA> <course>sample string 3</course> <createdBy>6</createdBy> <dateCreated>2024-11-24T08:42:26.8290736-08:00</dateCreated> <degreeClassId>1</degreeClassId> <degreeClassName>sample string 10</degreeClassName> <degreeTypeId>1</degreeTypeId> <degreeTypeName>sample string 11</degreeTypeName> <fromYear>1</fromYear> <fromYearName>sample string 8</fromYearName> <institutionName>sample string 2</institutionName> <studentId>1</studentId> <tenantId>1</tenantId> <toYear>1</toYear> <toYearName>sample string 9</toYearName> </Pg_AlevelVM>
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.