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": "9e9b8b1c-84c9-435f-8012-051db3acb53e",
"ProductTimingUUID": "ee970a2e-b9b7-4032-b284-f09297d791f8",
"ActivitySequenceUUID": "32c8ae80-327f-46b2-addc-bbcdc0d4b9f7",
"ScenarioSequenceUUID": "f4198dbf-f6d6-43d7-af3c-2f17999875f0",
"FunTimingUUID": "a5114ec8-6d7e-4319-ae88-55d6dc0c759d",
"Search": "sample string 1",
"NotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "03c8805f-f7bf-4592-bbd5-53ec27f2f7b4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]