Project Descriptive Flexfields REST Endpoints
Projects/Project Descriptive Flexfields
A listing of all the descriptive flexfields available for projects.
- Create a project descriptive flexfield
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectDFF
- Get a project descriptive flexfield
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectDFF/{ProjectId2}
- Get all project descriptive flexfields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectDFF
- Update a project descriptive flexfield
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectDFF/{ProjectId2}