POST api/AppDefaultOnEntry/AppGetNotif

AppGetNotif

Request Information

URI Parameters

None.

Body Parameters

GetNotiff_request
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

NotiffUUID

globally unique identifier

None.

DeviceID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "7e8b177a-7760-48e4-8592-618e0d7215e1",
  "NotiffUUID": "fd3ce3a1-39ce-4ec1-96fc-60feab0c7e12",
  "DeviceID": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

App_GetOpenNotiff_Response
NameDescriptionTypeAdditional 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": "3b39618f-ff87-4813-8ad2-e593f277b9eb",
  "NotiffText": "sample string 2",
  "NotiffTitle": "sample string 3",
  "NotiffDurationms": 1,
  "NotiffDurationH": 1,
  "ProductID": 1,
  "ProductCategoryID": 1,
  "FunCategoryID": 1,
  "FunUUID": "f609624d-18c8-4bbc-9707-d17a8134df62",
  "ChatUUID": "fc28f255-f4d1-4101-8333-d001a88815a5",
  "GiftUUID": "e125823b-a77d-4a83-a155-eb952ed3fbbe",
  "TaskReminderUUID": "2b4efd5f-dc8f-4fed-9848-5421c8895ae7",
  "PhotoUUID": "b1562a86-51fe-4099-bd6a-e3532c202870",
  "AudioUUID": "f82b5f6d-8475-4f00-bebf-61a2b1385298",
  "PhotoUUIDFull": "2944d99b-20d4-40c5-85d6-ea48e965743c",
  "UserUUIDCur": "5938e78d-7bf2-4417-b4f3-2b157df1f5a6"
}