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": "ab7fac16-fdab-4816-8633-976878d26210",
"ProductTimingUUID": "077ec6f6-6989-4bc4-9b94-9555b028e2d1",
"ActivitySequenceUUID": "9b004a35-a298-4e78-80a4-e6a1152bf4c1",
"ScenarioSequenceUUID": "18cabd4a-3bf5-405e-92ad-1b18c6de9f90",
"FunTimingUUID": "dcdbbd64-2e1b-4819-b84d-0dfa8a505430",
"Search": "sample string 1",
"NotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "f4e76a1d-1aa6-454d-9f50-20c4d15b4213"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]