PUT api/v1/mIS_EmailUpdateLog/{studentId}/studentId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentId

integer

Required

Body Parameters

MIS_EmailUpdateLogVM
NameDescriptionTypeAdditional information
emailUpdateLogId

integer

None.

allEmail

string

None.

newEmail

string

None.

updateBy

integer

None.

reasonForUpdate

string

None.

tenantId

integer

None.

dateCreated

date

None.

createdBy

integer

None.

studentId

integer

None.

name

string

None.

updateByName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "emailUpdateLogId": 1,
  "allEmail": "sample string 2",
  "newEmail": "sample string 3",
  "updateBy": 1,
  "reasonForUpdate": "sample string 4",
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:18:31.968931-07:00",
  "createdBy": 5,
  "studentId": 1,
  "name": "sample string 6",
  "updateByName": "sample string 7"
}

application/xml, text/xml

Sample:
<MIS_EmailUpdateLogVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <allEmail>sample string 2</allEmail>
  <createdBy>5</createdBy>
  <dateCreated>2024-09-19T09:18:31.968931-07:00</dateCreated>
  <emailUpdateLogId>1</emailUpdateLogId>
  <name>sample string 6</name>
  <newEmail>sample string 3</newEmail>
  <reasonForUpdate>sample string 4</reasonForUpdate>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
  <updateBy>1</updateBy>
  <updateByName>sample string 7</updateByName>
</MIS_EmailUpdateLogVM>

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.