POST Operator/Get_Notification_Types?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_Notification_Types| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Notification_Types| Name | Description | Type | Additional information |
|---|---|---|---|
| My_Notification_Types | Collection of Notification_Type |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"My_Notification_Types": [
{
"NOTIFICATION_TYPE_ID": 1,
"NOTIFICATION_TYPE_NAME": "sample string 2",
"NOTIFICATION_TYPE_DESCRIPTION": "sample string 3"
},
{
"NOTIFICATION_TYPE_ID": 1,
"NOTIFICATION_TYPE_NAME": "sample string 2",
"NOTIFICATION_TYPE_DESCRIPTION": "sample string 3"
}
],
"ExceptionMsg": "sample string 1"
}