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": "d56f73af-7ad2-4cfe-8811-46038aeecbf8", "NotiffUUID": "106b87b8-1819-424d-aaa0-0225cc8fe4e4", "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": "0c7983f7-c118-4f2d-be8b-cd8ad49b5a82", "NotiffText": "sample string 2", "NotiffTitle": "sample string 3", "NotiffDurationms": 1, "NotiffDurationH": 1, "ProductID": 1, "ProductCategoryID": 1, "FunCategoryID": 1, "FunUUID": "41329d7a-f1cb-4066-b760-2004188e1ff8", "ChatUUID": "15d9b2e0-12ff-4121-ad7e-a4a2ef2a1827", "GiftUUID": "6af9e547-d2fb-4c53-8825-421a997c6daa", "TaskReminderUUID": "017f543f-0b86-496f-998a-168a05ea5ce3", "PhotoUUID": "a5a3b264-61c6-4ca7-8adf-205af93e2738", "AudioUUID": "8e9b395f-d099-44d4-a30d-99a3b4556c06", "PhotoUUIDFull": "475b39b1-6a86-4b04-9aa8-3d47f5bfcae4", "UserUUIDCur": "1f1b51f8-40b5-487a-a53c-69dbd11e1c88" }