GET api/AccountDetails/GetAlertHeader/{companyID}?portalUserID={portalUserID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyID

integer

Required

portalUserID

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of AlertHeaders
NameDescriptionTypeAdditional information
AlertMessageID

integer

None.

AlertHeader

string

None.

AlertTypeID

integer

None.

AlertName

string

None.

AlertDetails

string

None.

AlertCategory

string

None.

Platform

string

None.

Active

boolean

None.

CompanyID

integer

None.

IsEmail

boolean

None.

IsMobile

boolean

None.

IsSMS

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AlertMessageID": 1,
    "AlertHeader": "sample string 2",
    "AlertTypeID": 3,
    "AlertName": "sample string 4",
    "AlertDetails": "sample string 5",
    "AlertCategory": "sample string 6",
    "Platform": "sample string 7",
    "Active": true,
    "CompanyID": 8,
    "IsEmail": true,
    "IsMobile": true,
    "IsSMS": true
  },
  {
    "AlertMessageID": 1,
    "AlertHeader": "sample string 2",
    "AlertTypeID": 3,
    "AlertName": "sample string 4",
    "AlertDetails": "sample string 5",
    "AlertCategory": "sample string 6",
    "Platform": "sample string 7",
    "Active": true,
    "CompanyID": 8,
    "IsEmail": true,
    "IsMobile": true,
    "IsSMS": true
  }
]