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": "cda7e72d-79b1-4143-a4d2-db08cd23b805",
"NotiffUUID": "90b4904d-af6c-467a-ae61-ed10acf2a277",
"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": "cd630bb3-2ad4-4122-a3da-f229e35ef96e",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "7aee4eb3-a7f4-4736-9c74-ac7562abdd3b",
"ChatUUID": "0dfe1b54-1432-4194-a00d-e37552ec4088",
"GiftUUID": "b0edceda-c0f0-4d9e-92dc-35485676a6ac",
"TaskReminderUUID": "f8bf7613-9598-474a-a8d6-e2482257469c",
"PhotoUUID": "87ca7a2f-d687-4834-8e6b-7a03d2e78b01",
"AudioUUID": "f9896755-2ead-4a34-b0bc-5d051e9ff81b",
"PhotoUUIDFull": "62f8c47b-2b0d-4ca5-a4aa-fffd49411455",
"UserUUIDCur": "56983eb0-826e-49ca-a328-de6ecc7bbeba"
}