Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

As of Version1.0
Request MethodPOST
Response FormatJSON
Description

To create a tenant send the request with the metadata request body. The response is a JSON structure containing the metadata of the tenant created.

Request Header

Content-Type: application/json

Request Example

The request example represents the request parameters.

POST /api-tm/system/tenants HTTP/1.1
Accept: application/json, application/*+json
{

      "name": "myTenant",
      "description": "production system"
}


Result Example

{

  "description":: "string";
, "name":: "string";
, "tenatId":: "string"
}


{
HTTP status
  • No labels