POST api/v1/mIS_EmailUpdateLog
Request Information
URI Parameters
None.
Body Parameters
MIS_EmailUpdateLogVM| Name | Description | Type | Additional 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": "2025-11-03T12:03:53.3540205-08: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>2025-11-03T12:03:53.3540205-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.