Unable to set the finish date of a project member to null via REST API
Hi All,
We are trying to set the finish date of project members to null via REST API, but we keep getting the following error.
"Team Member End Date: An application error occurred. Contact your help desk. (PJF-2235207)".
REST API details:
PATCH {saas url}/fscmRestApi/resources/latest/projects/{ProjectId}/child/ProjectTeamMembers/{ProjectMemberId}
request body:
{
"FinishDate":null
}
REST API docs: https://docs.oracle.com/en/cloud/saas/project-management/25c/fapap/op-projects-projectid-child-projectteammembers-teammemberid-patch.html
We are able to update the finish date to null directly within ERP Cloud, but unable to do so using the REST API. Does anyone know what is causing this error and how to fix it. Or if there is a work around to set the finish date to null.