POST api/AppChat/AppSaveFBToken
AppSaveFBToken
Request Information
URI Parameters
None.
Body Parameters
SaveFBToken_RequestName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
DeviceID | string |
None. |
|
FBToken | string |
None. |
|
Version | string |
None. |
|
DeviceIP | string |
None. |
|
APIIP | string |
None. |
|
NotiffUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "d6d7b8a6-95fc-4303-9103-2045bb078dc5", "DeviceID": "sample string 1", "FBToken": "sample string 2", "Version": "sample string 3", "DeviceIP": "sample string 4", "APIIP": "sample string 5", "NotiffUUID": "f2cc7f8b-c5ca-4954-a42d-926d24ae35d8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}