constructions
Create a new constructions record
post/api/constructions
Request body
Example request
{
"localityLat": 25.5,
"localityLng": 25.5,
"endDate": "2026-03-26"
}Response
Default Response
Example response
{
"localityLat": 25.5,
"localityLng": 25.5,
"endDate": "2026-03-26",
"serverVersion": 1,
"createdAt": "2026-03-26T14:00:00Z",
"updatedAt": "2026-03-26T14:00:00Z",
"deletedAt": "2026-03-26T14:00:00Z"
}