Znode

Build Version:

POST domains

Creates a new domain.

Request Information

» Parameters

Name Description Additional information
model The model of the domain.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "ApiKey": "sample string 1",
  "DomainId": 2,
  "DomainName": "sample string 3",
  "IsActive": true,
  "PortalId": 5,
  "WebAppType": 64
}