POST api/AppChat/AppSaveFBToken
AppSaveFBToken
Request Information
URI Parameters
None.
Body Parameters
SaveFBToken_Request| Name | 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": "4be75cb8-1f6b-4f3c-a4db-d7f0ff51dd5d",
"DeviceID": "sample string 1",
"FBToken": "sample string 2",
"Version": "sample string 3",
"DeviceIP": "sample string 4",
"APIIP": "sample string 5",
"NotiffUUID": "4be71890-216a-4a6b-8109-3b6bd8045e33"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}