LF8/requests/project/createProject.http
Phan Huy Tran 9a123d1e76
Some checks failed
Build PR / Build and analyze (pull_request) Failing after 1m4s
Quality Check / Tests (pull_request) Failing after 1m7s
Quality Check / Checkstyle Main (pull_request) Successful in 28s
Implement feature to acknowledge project time frames when assigning employees to projects
2024-10-23 14:11:57 +02:00

15 lines
358 B
HTTP

### GET request to example server
POST http://localhost:8080/projects
Authorization: Bearer {{auth_token}}
Content-Type: application/json
{
"name": "name",
"leading_employee": 1,
"employees": [312],
"contractor": 4,
"contractor_name": "Peter File",
"comment": "goal of project",
"start_date": "02.01.2020",
"planned_end_date": "01.01.2023"
}