Docs Menu
API Developer Guide / middleware / pub / tenant / createNew

Service: createNew

This service is responsible for creating a new entity or object, such as a tenant.

Input Parameter:

Name Type Description
tenantName: String The name or identifier of the entity to be created, often representing a tenant.
redirect: String A parameter specifying a redirection URL or action to be performed after the entity creation.

Output Parameter:

Name Type Description
resp: String A response or confirmation message indicating the result of the create operation, often in the form of a string.