Create project
POST
/orgunits/{orgid}/projects
Projects
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://learnifier.com/orgunits//projects' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "SE",
"createdBy": "8c102c8e-fabd-4c8a-b245-4d2d2f77fc4b",
"designId": 0,
"locale": "en-US",
"name": "string",
"note": "string",
"timezone": "Europe/Stockholm",
"userDescription": "string",
"userTitle": "string"
}'
Response Response Example
200 - Example 1
{
"code": 0,
"field": "string",
"message": "string"
}
Request
Path Params
orgid
integer
required
Body Params application/json