Skip to main content

Banner

Banner object containing contact details for display on iGUIDE views.

address1string

Primary address line

address2string

Secondary address line

companystring

The company or organization name associated with the banner

emailsstring[]

The list of email addresses for contact purposes

fullnamestring

The full name of the banner owner or contact person

idstring

Banner ID

ownerIdstring

ID of the banner owner

phones object[]

The list of phone numbers for contact purposes

  • Array [
  • labelstring
    numberstring
  • ]
  • social object[]

    List of social media profile URLs

  • Array [
  • labelstring
    linkstring
  • ]
  • titlestring

    The job title or position of the banner owner

    wwwstring

    The primary website URL

    Banner
    {
    "address1": "string",
    "address2": "string",
    "company": "string",
    "emails": [
    "string"
    ],
    "fullname": "string",
    "id": "string",
    "ownerId": "string",
    "phones": [
    {
    "label": "string",
    "number": "string"
    }
    ],
    "social": [
    {
    "label": "string",
    "link": "string"
    }
    ],
    "title": "string",
    "www": "string"
    }