POST api/StudentNotification/InsertStudentMobileAppInfo

Used to insert student mobile devices details

Request Information

URI Parameters

None.

Body Parameters

StudentMobileAppInfo
NameDescriptionTypeAdditional information
StudentMobileAppInfoId

Gets or sets the mobile device id

integer

None.

StudentId

Gets or sets the student id

integer

None.

DeviceType

Gets or sets the device type

string

None.

PreviousTokenkey

Gets or sets the previous device token key

string

None.

CurrentTokenkey

Gets or sets the current device token key

string

None.

StudentEmailAddress

Gets or sets the student email address

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentMobileAppInfoId": 1,
  "StudentId": 2,
  "DeviceType": "sample string 3",
  "PreviousTokenkey": "sample string 4",
  "CurrentTokenkey": "sample string 5",
  "StudentEmailAddress": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StudentMobileAppInfo'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>