POST api/MyAccount/DeleteStudentAccount

used to Update the Student Account

Request Information

URI Parameters

None.

Body Parameters

UserAccountUpdate
NameDescriptionTypeAdditional information
StudentId

Gets or sets the to email address of the email

integer

None.

IsDelete

Gets or sets the to IsDelete

boolean

None.

Password

Gets or sets the Student Password

string

None.

ReasonId

Gets or sets the Comments for Delete

integer

None.

Comments

Gets or sets the Comments for Delete

string

None.

IPaddress

Gets or sets the Ip address for the Device

string

None.

DeviceType

Gets or sets the Device Type

string

None.

SessionId

Gets or sets the Device Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentId": 1,
  "IsDelete": true,
  "Password": "sample string 3",
  "ReasonId": 4,
  "Comments": "sample string 5",
  "IPaddress": "sample string 6",
  "DeviceType": "sample string 7",
  "SessionId": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReturnResult
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

AdditionalData

Object

None.

ObjAppResponseMessage

Gets or sets the mobile App response message

AppResponseMessage

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "AdditionalData": {},
  "ObjAppResponseMessage": {
    "Status": true,
    "Message": "sample string 2",
    "AdditionalData": "sample string 3"
  }
}