POST api/v1/academic_IndustrialTrainingSupervision
Request Information
URI Parameters
None.
Body Parameters
Academic_IndustrialTrainingSupervisionVMName | Description | Type | Additional information |
---|---|---|---|
industrialTrainingSupervisionId | integer |
None. |
|
industrialTrainingSupervisorId | integer |
None. |
|
studentId | integer |
None. |
|
tenantId | integer |
None. |
|
dateCreated | date |
None. |
|
linkId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "industrialTrainingSupervisionId": 1, "industrialTrainingSupervisorId": 1, "studentId": 1, "tenantId": 1, "dateCreated": "2024-11-24T08:36:14.7912899-08:00", "linkId": 1 }
application/xml, text/xml
Sample:
<Academic_IndustrialTrainingSupervisionVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <dateCreated>2024-11-24T08:36:14.7912899-08:00</dateCreated> <industrialTrainingSupervisionId>1</industrialTrainingSupervisionId> <industrialTrainingSupervisorId>1</industrialTrainingSupervisorId> <linkId>1</linkId> <studentId>1</studentId> <tenantId>1</tenantId> </Academic_IndustrialTrainingSupervisionVM>
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.