POST api/{version}/StudentNotification/InsertStudentMobileAppInfo
Used to insert student mobile devices details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
StudentMobileAppInfo| Name | Description | Type | Additional 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:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>