POST Operator/Get_Notification_Types?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Get_Notification_Types
NameDescriptionTypeAdditional information
ExceptionMsg

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ExceptionMsg": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Params_Get_Notification_Types'.

Response Information

Resource Description

Result_Get_Notification_Types
NameDescriptionTypeAdditional 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"
}