PUT api/v1/academic_IndustrialTrainingSupervisor/{industrialTrainingSupervisorId}/industrialTrainingSupervisorId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
industrialTrainingSupervisorId

integer

Required

Body Parameters

Academic_IndustrialTrainingSupervisorVM
NameDescriptionTypeAdditional information
industrialTrainingSupervisorId

integer

None.

industrialTrainingSupervisorTypeId

integer

None.

supervisorName

string

None.

phoneNumber

string

None.

emailAddress

string

None.

employeeId

integer

None.

tenantId

integer

None.

dateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "industrialTrainingSupervisorId": 1,
  "industrialTrainingSupervisorTypeId": 1,
  "supervisorName": "sample string 2",
  "phoneNumber": "sample string 3",
  "emailAddress": "sample string 4",
  "employeeId": 1,
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:42:05.730121-07:00"
}

application/xml, text/xml

Sample:
<Academic_IndustrialTrainingSupervisorVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <dateCreated>2024-09-19T09:42:05.730121-07:00</dateCreated>
  <emailAddress>sample string 4</emailAddress>
  <employeeId>1</employeeId>
  <industrialTrainingSupervisorId>1</industrialTrainingSupervisorId>
  <industrialTrainingSupervisorTypeId>1</industrialTrainingSupervisorTypeId>
  <phoneNumber>sample string 3</phoneNumber>
  <supervisorName>sample string 2</supervisorName>
  <tenantId>1</tenantId>
</Academic_IndustrialTrainingSupervisorVM>

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.