POST api/v1/pg_DegreeClass
Request Information
URI Parameters
None.
Body Parameters
Pg_DegreeClassVMName | Description | Type | Additional information |
---|---|---|---|
degreeClassId | integer |
None. |
|
degreeClassName | string |
None. |
|
tenantId | integer |
None. |
|
dateCreated | date |
None. |
|
createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "degreeClassId": 1, "degreeClassName": "sample string 2", "tenantId": 1, "dateCreated": "2024-11-24T08:25:05.015871-08:00", "createdBy": 3 }
application/xml, text/xml
Sample:
<Pg_DegreeClassVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>3</createdBy> <dateCreated>2024-11-24T08:25:05.015871-08:00</dateCreated> <degreeClassId>1</degreeClassId> <degreeClassName>sample string 2</degreeClassName> <tenantId>1</tenantId> </Pg_DegreeClassVM>
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.