POST api/v1/academic_IndustrialTrainingSupervision

Request Information

URI Parameters

None.

Body Parameters

Academic_IndustrialTrainingSupervisionVM
NameDescriptionTypeAdditional 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-09-19T09:39:00.8857793-07: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-09-19T09:39:00.8857793-07: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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.