PUT api/v1/academic_IndustrialTrainingSupervisorType/{industrialTrainingSupervisorTypeId}/industrialTrainingSupervisorTypeId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
industrialTrainingSupervisorTypeId

integer

Required

Body Parameters

Academic_IndustrialTrainingSupervisorTypeVM
NameDescriptionTypeAdditional information
industrialTrainingSupervisorTypeId

integer

None.

industrialTrainingSupervisorTypeName

string

None.

tenantId

integer

None.

dateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "industrialTrainingSupervisorTypeId": 1,
  "industrialTrainingSupervisorTypeName": "sample string 2",
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:41:52.3863358-07:00"
}

application/xml, text/xml

Sample:
<Academic_IndustrialTrainingSupervisorTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <dateCreated>2024-09-19T09:41:52.3863358-07:00</dateCreated>
  <industrialTrainingSupervisorTypeId>1</industrialTrainingSupervisorTypeId>
  <industrialTrainingSupervisorTypeName>sample string 2</industrialTrainingSupervisorTypeName>
  <tenantId>1</tenantId>
</Academic_IndustrialTrainingSupervisorTypeVM>

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.