HostingCreateRequest

Request Information
TYPE Request
CategoryObjects

Description

Object: HostingCreateRequest

Properties

name type required default description
package string yes A valid package name see package endpoints
domain string yes A unique domain (within the system)
email string yes The email adress used for system notifications, password resets etc.
crmId string no The customer relation management Identifier. String (16)
password string no The password to set on the hosting object. If it does not adhere to standards a new one will be generated.
ftpPassword string no The password for FTP to set on the hosting object. If it does not adhere to standards a new one will be generated.
metadata array no array Your metadata an object containing string keys and boolean,string,integer values

Sample JSON

{
  "package": "basic1",
  "domain": "example.com",
  "email": "john@example.com",
  "password": "test1234",
  "ftpPassword": "test1234"
}