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": "61e844c3-0aed-4e72-8b1d-51d9f98c7b01",
"NotiffUUID": "a761a9f3-976e-499a-9085-874a62c92383",
"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": "c7061ca0-d267-4de8-b6d6-3d6acdc03ed6",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "b8112bfb-27da-47b0-8a29-6bf070697a5f",
"ChatUUID": "00cc568a-3e57-46a5-a022-8ae1909d77d4",
"GiftUUID": "9810d9cf-e600-4d15-8803-47b26dfd7a68",
"TaskReminderUUID": "550faf02-c3be-4042-9465-ab80b8795ab2",
"PhotoUUID": "c79ff3be-4c63-4cf5-9160-9e37d388efb9",
"AudioUUID": "040d59e9-44d5-4ce2-9d31-9f60d52fdf8a",
"PhotoUUIDFull": "67c06009-7ffb-4d9d-9d22-e72c7fd0e057",
"UserUUIDCur": "ab64a063-1300-4ea3-af9c-29398b07cc47"
}