Parameters Passed with HTTP Requests

You can make the Panel send the customer and subscription information with the HTTP request, when the customer clicks a custom button for an additional service, and specify what information should be included into the request. This information is included into the URL attached to the custom button and defined by the url-components node of type PlanItemUrlComponentsType (plan_item.xsd). The graphical representation of the type is as follows:

image-67041.gif

  • The dom_id node is optional. It specifies if site ID is included in the URL. Data type: boolean.
  • The dom_name node is optional. It specifies if the site name is included in the URL. Data type: boolean.
  • The ftp_user node is optional. It specifies if the FTP login name is included in the URL. Data type: boolean.
  • The ftp_pass node is optional. It specifies if the FTP password is included in the URL. Data type: boolean.
  • The cl_id node is optional. It specifies if the customer ID is included in the URL. Data type: boolean.
  • The cname node is optional. It specifies if the customer name is included in the URL. Data type: boolean.
  • The pname node is optional. It specifies if the full name of a person who clicks the button is included in the URL. Data type: boolean.
  • The email node is optional. It specifies if the e-mail address of a person who clicks the button is included in the URL. Data type: boolean.