/api/v1/projects/{projectId}/site-journalsAsk AIpost http://localhost:8000/api/v1/projects/{projectId}/site-journalsCreates a new project site journal.Path ParamsprojectIdstringrequiredThe unique identifier of the project.Body ParamsThe data required to create a project site journal.source_idstringThe unique identifier of the source. This is a user-generated string. You can use this to link the person to a resource in an external system.datestringrequiredThe date of the site journal in ISO format (YYYY-MM-DD).visitsarray of objectsRecords the time intervals of visits.visitsADD objectweather_observationobjectThe description of the weather for the given day.weather_observation objectcompany_attendancesarray of objectsDescribes the attendance, namely how many people and which company they belong.company_attendancesADD objectcustom_textsarray of objectsFree-form custom text entries.custom_textsADD objectHeadersRequest-IdstringThe HTTP Request-Id request header is an optional and unofficial HTTP header, used to trace individual HTTP requests from the client to the server and back again. It allows the client and server to correlate each HTTP request. If not provided by the client, the server should generate a unique request ID and include it in the response.Responses 201Site journal successfully created. 400Bad request, Invalid input 401Unauthorized 403Forbidden 409Conflict 500Internal server errorUpdated about 2 months ago