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": "aab912bc-6a5f-4a70-a156-079c7b2232fe", "DeviceID": "sample string 1", "FBToken": "sample string 2", "Version": "sample string 3", "DeviceIP": "sample string 4", "APIIP": "sample string 5", "NotiffUUID": "2207a205-387c-4a17-9294-c101e281cc4e" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}