POST api/AdminChatNotiff/GetActivityNotiff
AdmGetActivityNotiff
Request Information
URI Parameters
None.
Body Parameters
GetActivityNotiff_RequestName | Description | Type | Additional information |
---|---|---|---|
ActivityID | integer |
None. |
|
NotiffUUID | globally unique identifier |
None. |
|
LanguageID | integer |
None. |
|
OldD | integer |
None. |
|
ActivityNotiffActive | boolean |
None. |
|
NotiffActive | boolean |
None. |
|
ActivityActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ActivityID": 1, "NotiffUUID": "f159a4e8-d2f3-4210-a1c8-511948ffe66c", "LanguageID": 1, "OldD": 1, "ActivityNotiffActive": true, "NotiffActive": true, "ActivityActive": true, "UserUUIDCur": "dcb3d6e2-83f0-4b96-9829-61ecbd1a17ad" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]