v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBProjectManagement > PlannedRecord
Bulk creates a Planned record
Bulk creates a Planned record
post/api/2026-07-01/resources/project_management/planned_records/bulk_create
Request body
Example request
{
"project_worker_ids": [
"314159"
],
"start_date": "2025-01-01",
"end_date": "2025-01-03",
"daily_minutes": 100,
"subproject_id": "314159",
"week_days": [
1,
2,
3,
4,
5
]
}Response
OK
Example response
[
{
"id": "314159",
"daily_minutes": 100,
"start_date": "2025-01-01",
"end_date": "2025-01-03",
"project_worker_id": "314159",
"subproject_id": "314159",
"week_days": [
1,
2,
3,
4,
5
]
}
]