User is trying to create time entries via BQE CORE Public APIs, but gets the following error in a 409 Conflict response:
{
"ErrorCode": "000.003",
"Key": "Project_InvalidProject",
"Message": "The selected project is invalid.",
"CorrelationId": "ecc7060b-ec44-4d2e-894c-fe425518ba7b"
}
This can happen if CORE restricts the creation of time entries on a project. For example, if you try to create a time entry for a project with Inactive status, you get this error.
To resolve this, you need to check what is restricting the creation of time entries. For example, if the project is inactive, you need to review that and set a status where time entries are allowed.