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": "01609b1e-5f62-454b-a5e7-2e6413b7be21", "NotiffUUID": "7b055e8b-f48f-4f8d-93d2-8b2c774027b5", "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": "b0a08dfe-5540-492b-ab72-8c6e5e526b65", "NotiffText": "sample string 2", "NotiffTitle": "sample string 3", "NotiffDurationms": 1, "NotiffDurationH": 1, "ProductID": 1, "ProductCategoryID": 1, "FunCategoryID": 1, "FunUUID": "3f299f43-393d-482b-872d-2dbbaa130d88", "ChatUUID": "1c00fb12-1da0-4aeb-b032-b65c18b1f6db", "GiftUUID": "31c7b19d-70d3-4e51-833a-384c7a4be5d4", "TaskReminderUUID": "e6c63729-d3b2-4ce8-8c22-9d9222eb4510", "PhotoUUID": "bb79b96c-63ef-410e-8699-1258a21215ac", "AudioUUID": "3de8b323-f8ad-41d3-ad27-645c3f6201e8", "PhotoUUIDFull": "57e94100-400f-42e7-a936-9be1028a3f41", "UserUUIDCur": "097fe767-835a-4fe8-a8f8-ce9f5a942376" }