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": "bb4365d3-8c24-4a3a-ac12-1d3f9cd5b9c1",
"DeviceID": "sample string 1",
"FBToken": "sample string 2",
"Version": "sample string 3",
"DeviceIP": "sample string 4",
"APIIP": "sample string 5",
"NotiffUUID": "91cb0b23-c35d-4d04-8a18-71c3470f38e3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}