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": "7b923714-d5be-49a7-bc51-feb8117dc7dd",
"ProductTimingUUID": "2b0924b4-17a3-46c6-86b4-cc2d5adcb02e",
"ActivitySequenceUUID": "0ea7d3aa-a199-4257-8525-123b9c9e5768",
"ScenarioSequenceUUID": "7319c1e4-5784-4f16-b7fe-dbd65414352b",
"FunTimingUUID": "ea1e0a50-9b6e-447c-9504-1429fe5c3f2c",
"Search": "sample string 1",
"NotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "5564f291-1dc7-473d-b41c-6065ecc8e0b2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}