Tandem Settings Edit

From INAP Dropzone API
Jump to: navigation, search

The tandem settings edit command will allow for any Tandem setting to be updated.

Contents

Path

  • /tandem/settings/edit

Method

Required Data Parameters

  • None

Optional Data Parameters

  • {$ticketingmode}: Tandem ticketing option; (internal,external,contact).
  • {$ticketingdata}: URL if {$ticketingmode} is set to "external" or email address if the {$ticketingmode} is set to "contact".
  • {$usecss}: Use custom CSS; (TRUE,FALSE).
  • {$css}: Custom CSS to be used in the Tandem portal.
  • {$bodycolor}: Body color to be used in the Tandem portal.
  • {$tabcolor}: Tab color to be used in the Tandem portal.
  • {$ticketlistbackgroundcolor}: Ticket list background color to be used in the Tandem portal.
  • {$ticketviewbackgroundcolor}: Ticket view background color to be used in the Tandem portal.
  • {$linkcolor}: Link color to be used in the Tandem portal.
  • {$tabtitlecolor}: .
  • {$ticketlistcolor}: .
  • {$ticketviewcolor}: .
  • {$fontfamily}: Font to be used in the Tandem portal.
  • {$first}: About us first name.
  • {$last}: About us last name.
  • {$company}: About us company name.
  • {$address}: About us address.
  • {$city}: About us city.
  • {$state}: About us state.
  • {$country}: About us country.
  • {$zip}: About us zip/postal code.
  • {$phone}: About us phone number.
  • {$fax}: About us fax number.
  • {$email}: About us email address.

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools