POST api/AppDefaultOnEntry/AppGetNotif
AppGetNotif
Request Information
URI Parameters
None.
Body Parameters
GetNotiff_requestName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
NotiffUUID | globally unique identifier |
None. |
|
DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "d57776ed-e7ba-407a-bff7-16e91b76dd0a", "NotiffUUID": "1414d6d9-b524-4655-8680-c2cb5d8907ae", "DeviceID": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
App_GetOpenNotiff_ResponseName | Description | Type | Additional information |
---|---|---|---|
ms | integer |
None. |
|
NotiffUserUUID | globally unique identifier |
None. |
|
NotiffText | string |
None. |
|
NotiffTitle | string |
None. |
|
NotiffDurationms | integer |
None. |
|
NotiffDurationH | integer |
None. |
|
ProductID | integer |
None. |
|
ProductCategoryID | integer |
None. |
|
FunCategoryID | integer |
None. |
|
FunUUID | globally unique identifier |
None. |
|
ChatUUID | globally unique identifier |
None. |
|
GiftUUID | globally unique identifier |
None. |
|
TaskReminderUUID | globally unique identifier |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
AudioUUID | globally unique identifier |
None. |
|
PhotoUUIDFull | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "ms": 1, "NotiffUserUUID": "972a5afc-5f0e-4eed-92d6-4d21350ab6ac", "NotiffText": "sample string 2", "NotiffTitle": "sample string 3", "NotiffDurationms": 1, "NotiffDurationH": 1, "ProductID": 1, "ProductCategoryID": 1, "FunCategoryID": 1, "FunUUID": "2b06fa6f-fba6-4896-b2ad-83ae3862a6db", "ChatUUID": "759d7d3e-fa90-4220-a92a-515f59c70d97", "GiftUUID": "2a71badc-b41c-4eb2-9c44-68269dc1948f", "TaskReminderUUID": "e596ef48-efb5-47ea-a06e-c43633057345", "PhotoUUID": "dd8f05b3-d70f-442b-ac58-a3c695c55f25", "AudioUUID": "361c81db-9ac5-4193-9d13-c506e1e0888a", "PhotoUUIDFull": "42bf70b9-0a37-475f-9b80-00bdb2b0f6ed", "UserUUIDCur": "7ba56f79-fb46-4947-9480-33d8329ac45c" }