create project by solution

The create project by solution API sends a POST request to create a project based on a specific solution for a specific project version.

Prerequisites: The caller must supply the solutionName, projectName and version of the requested project.

Authorization: API key

Input parameters:

NameDescriptionFormat
solutionNameSolution nameString
projectNameProject nameString
versionProject versionString

Output parameters:

Field nameDescriptionFormat
idProject idUUID
nameProject nameString

Example:

{
    "id": "a864322d-584d-4931-bc9e-b1844351aff0",
    "name": "contract-solution-pet-store",
    "description": "",
    "modifiedAt": "2021-02-09T12:55:46.624118Z",
    "modifiedBy": "local dev",
    "createdAt": "2021-02-09T12:55:46.624119Z"
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!