POST api/AppDefaultOnEntry/AppGetNotif
AppGetNotif
Request Information
URI Parameters
None.
Body Parameters
GetNotiff_request| Name | 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": "6f065dc8-543d-4ba1-80e8-f308ade80d39",
"NotiffUUID": "c8eecd0f-3cfc-4e13-9a9c-487ed55ac710",
"DeviceID": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
App_GetOpenNotiff_Response| Name | 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": "b9455bda-4ab8-42e3-83cb-433fb58199dd",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "1979c0e6-e002-4199-a99e-6f7527586208",
"ChatUUID": "7f6ed2dc-8024-4af5-ad7c-c4ba992986c9",
"GiftUUID": "77195ca9-b9a5-4c2a-aa5b-faf23ff522fd",
"TaskReminderUUID": "f4ece709-8011-4a61-bb0b-0c3225ef8422",
"PhotoUUID": "0cbe78f5-92e5-4473-9f76-47930419d7da",
"AudioUUID": "5b6b109f-f299-4151-a3be-5c5495e42984",
"PhotoUUIDFull": "086ee3e0-2dc1-4398-a4d8-aecc54b4aa04",
"UserUUIDCur": "2d32c79d-47fb-40ab-854b-54d5db6be4ac"
}