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": "b6327723-4a53-4f0c-8386-4e964b34c19c",
"NotiffUUID": "cbc2d03f-1c83-4eb0-87db-60070605dd6a",
"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": "70c95957-9bfc-4196-a857-c039006b7ebd",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "620ea652-4bfd-47c4-9eee-8e4ea9fd740b",
"ChatUUID": "2c1c7055-acfc-4f5a-952c-fe2b697a185e",
"GiftUUID": "46b4ce94-7b28-40ed-9600-31e1bd132bd0",
"TaskReminderUUID": "8bb079c4-9cae-4f0a-a1a2-c01e18035251",
"PhotoUUID": "69e9ff9c-07a0-4ec1-b18c-f17606b5d8f1",
"AudioUUID": "5083da98-dcc8-409b-a961-6485a9329112",
"PhotoUUIDFull": "26c7056c-9269-424e-b309-ac219ae01789",
"UserUUIDCur": "8ebe558a-3477-4f9a-a7f2-f866a701768b"
}