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": "f874b9a8-27cd-4cdb-b996-53465a350bd7",
"DeviceID": "sample string 1",
"FBToken": "sample string 2",
"Version": "sample string 3",
"DeviceIP": "sample string 4",
"APIIP": "sample string 5",
"NotiffUUID": "20eaccfc-5a36-418b-afdd-f4037d643463"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}