POST api/AdminChatNotiff/GetNotiffByUUID
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": "990bdd5c-eeae-4918-97a9-e8cb465b423f",
"ProductTimingUUID": "e76ad58c-432b-45b4-9285-aa8bdb90cc73",
"ActivitySequenceUUID": "cbf70e2e-5883-42c2-87e6-10dd390f973c",
"ScenarioSequenceUUID": "fb2b03f4-c9c6-4e94-bed9-29c931d7c25f",
"FunTimingUUID": "04832631-28d6-4d75-9c76-ddd64da92c6a",
"Search": "sample string 1",
"NotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "172d1969-893d-48ab-98a0-6fb3577c5ce4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}