post
https://api.ol-hub.com/backend/api/v1/projects/create-by-solution
The create project by solution API sends a POST request to create a project using solution center.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Prerequisites
- The caller must provide a project name of at least 3 characters.
- The caller must provide a preexisting solution name.
Authorization
- API key (via the
X-API-KEYheader).
Parameters
Request Body
| Field name | Description | Format |
|---|---|---|
| projectName | The name of the project | String |
| solutionName | The name of the solution | String |
Response Body
| Field name | Description | Format |
|---|---|---|
| id | The id of the project | String |
| name | The name of the project | String |
Examples
{
"solutionName": "account-cics-microservice",
"projectName": "project-by-solution-mainframe-rpc"
}{
"id": "00000000-0000-0000-0001-000000000111",
"name": "project-by-solution-mainframe-rpc"
}{
"solutionName": "account-as400-pcml-microservice",
"projectName": "project-by-solution-as400-rpc"
}{
"id": "00000000-0000-0000-0002-000000000222",
"name": "project-by-solution-as400-rpc"
}{
"solutionName": "account-ims-microservice",
"projectName": "project-by-solution-ims-rpc"
}{
"id": "00000000-0000-0000-0003-000000000333",
"name": "project-by-solution-ims-rpc"
}
