POST api/AdminChatNotiff/GetNotiff
AdmGetNotiff
Request Information
URI Parameters
None.
Body Parameters
GetNotiff_Reuqest| Name | Description | Type | Additional 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": "94b7c336-c3ea-442d-935b-42047419e834",
"ProductTimingUUID": "6193e037-725e-4aca-9f13-8bda0f54b546",
"ActivitySequenceUUID": "f60af680-873f-408a-812b-526196a98a85",
"ScenarioSequenceUUID": "7ebd2a1f-6405-46cb-8ad3-0be454c015bf",
"FunTimingUUID": "5960d817-fb20-4215-a442-c29e2de40732",
"Search": "sample string 1",
"NotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "235c9442-f7f8-4dea-92ec-c994b3e224e3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]