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": "18b91539-1e4e-40f8-a5cb-9de18ebf6f32",
"NotiffUUID": "250a18dd-f3b4-4278-a2f1-c538bf356c9c",
"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": "09e7dc2c-5959-4b1c-8459-c3b3ed1e0c4c",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "4fa4b074-c3b8-4b56-97b0-51d9de7bb344",
"ChatUUID": "edf0d23e-39e2-468a-a669-7cce077e8349",
"GiftUUID": "9ce5d6ab-fab7-47f7-963e-34edac47992e",
"TaskReminderUUID": "fdd6ff82-05c0-45d0-bf3f-06cad3d4eda1",
"PhotoUUID": "a1741f4b-7b0e-4ad1-9ec6-c856825e3c3f",
"AudioUUID": "834c0518-1dec-44f5-9926-aff2a216b5e2",
"PhotoUUIDFull": "b299e975-2f8f-4d52-b68e-16769315e78b",
"UserUUIDCur": "76be8370-75f0-4fc6-ae09-65d26dfd5e7f"
}