POST api/User/UpdateFirebaseToken
Request Information
URI Parameters
None.
Body Parameters
FireBaseTokenModelName | Description | Type | Additional information |
---|---|---|---|
Lang | integer |
None. |
|
UserID | integer |
None. |
|
Token | string |
None. |
|
DeviceType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Lang": 1, "UserID": 1, "Token": "sample string 2", "DeviceType": 3 }
application/xml, text/xml
Sample:
<FireBaseTokenModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <DeviceType>3</DeviceType> <Lang>1</Lang> <Token>sample string 2</Token> <UserID>1</UserID> </FireBaseTokenModel>
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.