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": "8ed1cad8-fd87-497d-bc1e-b3651d3f3c5d",
"ProductTimingUUID": "8f7acb3f-ebb4-4909-a2ce-1a6fedb3a0c5",
"ActivitySequenceUUID": "cce8f165-9b42-4c0a-8a1c-84847038fcf4",
"ScenarioSequenceUUID": "03b8e67d-4df1-4d36-8cae-a417db1c3a0b",
"FunTimingUUID": "3a3b3da8-2fd5-4cd5-b770-6c0f5095aba6",
"Search": "sample string 1",
"NotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "021247b4-1a1a-4290-86ea-55ddfc72c030"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}