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": "042cd693-1852-4dc5-8944-7380b90cc776",
"ProductTimingUUID": "3174df60-249c-4803-900d-8f9fc5cacd1d",
"ActivitySequenceUUID": "d3532e96-d133-41db-a73a-6ab720c923dd",
"ScenarioSequenceUUID": "951e0b21-be1f-45d4-9b6c-816bb3b4de68",
"FunTimingUUID": "9d088db2-d337-4848-acf6-e537aae3b462",
"Search": "sample string 1",
"NotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "1fadc601-67e1-4917-ab9c-a66c48994a1c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]