EcosystemsControllerCreateEcosystem Method

Create a new ecosystem from provided information.

Definition

Namespace: SECODashBackend.Controllers
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public Task<string> CreateEcosystem(
	EcosystemCreationDto dto
)

Parameters

dto  EcosystemCreationDto
All information needed to create a new ecosystem

Return Value

TaskString

See Also