Administrator
- Administrator
- All Products
/public/core/v3/projects
Field
| Type
| Required
| Description
|
---|---|---|---|
name
| String
| Yes
| Name of the project.
|
description
| String
| -
| Description of the project.
|
Field
| Type
| Description
|
---|---|---|
id
| String
| Project ID.
|
name
| String
| Project name.
|
description
| String
| Project description.
|
updatedBy
| String
| User who created the project.
|
updateTime
| String
| Date and time the project was created.
|
POST <baseApiUrl>/public/core/v3/projects Content-Type: application/json Accept: application/json INFA-SESSION-ID: <sessionId> { "name":"Orders", "description": "Orders from all regions" }
{ "id": "kTKQG4Kv3uhgQleaOoUbWu", "name": "Orders", "description": "Orders from all regions", "updatedBy": "scotty@infa.com", "updateTime": "2022-04-12T23:40:40.395Z" }