PUT api/v1/pg_DegreeType/{degreeTypeId}/degreeTypeId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| degreeTypeId | integer |
Required |
Body Parameters
Pg_DegreeTypeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| degreeTypeId | integer |
None. |
|
| qualificationName | string |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"degreeTypeId": 1,
"qualificationName": "sample string 2",
"tenantId": 1,
"dateCreated": "2025-11-03T12:08:13.6641014-08:00",
"createdBy": 3
}
application/xml, text/xml
Sample:
<Pg_DegreeTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>3</createdBy> <dateCreated>2025-11-03T12:08:13.6641014-08:00</dateCreated> <degreeTypeId>1</degreeTypeId> <qualificationName>sample string 2</qualificationName> <tenantId>1</tenantId> </Pg_DegreeTypeVM>
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.