Create Sitejet domain ID
This function creates a Sitejet ID for the specified domain.
Note:
A unique Sitejet ID is assigned to each domain on the cPanel account.
Query parameters
The name of the company the website represents.
A cPanel account's domain.
Assign website to other user.
The city where the company or website owner is located.
The country where the company or website owner is located.
The email address of the website owner.
The first name of the website owner.
The language to use for the Sitejet Website Builder.
The last name of the website owner.
Additional metadata for the website.
Additional notes about the website.
The phone number of the company or website owner.
The street address of the company or website owner.
The website title.
The zip code where the company or website owner is located.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "create_website",
"module": "Sitejet",
"result": {
"data": {
"websiteID": 123456
},
"metadata": {
"transformed": 1
},
"status": 1
}
}