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": "31953e59-92e5-4b63-b8c6-b0732126b9ec",
"ProductTimingUUID": "3dbf54f7-582f-455e-bf4a-5fb7ccdd1d06",
"ActivitySequenceUUID": "866f8545-63f9-4cc8-af75-5c95944ce1af",
"ScenarioSequenceUUID": "5371e252-6006-42a5-81b8-bccb52007b79",
"FunTimingUUID": "3c46f316-2660-4bc4-baaa-20ec788f9f52",
"Search": "sample string 1",
"NotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "e997a375-dcd1-4e27-b32d-e691510c9bfc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]