POST api/AdminChatNotiff/GetNotiff

AdmGetNotiff

Request Information

URI Parameters

None.

Body Parameters

GetNotiff_Reuqest
NameDescriptionTypeAdditional information
NotiffUUID

globally unique identifier

None.

ProductTimingUUID

globally unique identifier

None.

ActivitySequenceUUID

globally unique identifier

None.

ScenarioSequenceUUID

globally unique identifier

None.

FunTimingUUID

globally unique identifier

None.

Search

string

None.

NotiffActive

boolean

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NotiffUUID": "1194a08d-ac93-48f8-b7ba-41acb5743969",
  "ProductTimingUUID": "b0df3ba9-e46d-492d-b0b9-c9339d2f4a0c",
  "ActivitySequenceUUID": "1b56ab11-7f85-4e73-9c69-3db86a5453f1",
  "ScenarioSequenceUUID": "ec5cc76e-807b-4395-9bc0-71d17885c322",
  "FunTimingUUID": "56342a1c-e0e5-4dcf-a579-15abf48eb56f",
  "Search": "sample string 1",
  "NotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "acc024be-fbfa-46cc-b938-29a03e110de6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]