update_project
Update an existing project's details such as name, due date, fee type, and client portal access in Moxie CRM.
Instructions
Update an existing project in Moxie CRM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New project name | |
| active | No | Whether the project is active | |
| amount | No | Fee amount | |
| dueDate | No | New due date (YYYY-MM-DD format) | |
| feeType | No | Fee schedule type | |
| hexColor | No | New project display color | |
| projectId | No | ID of the project to update | |
| startDate | No | New start date (YYYY-MM-DD format) | |
| clientName | No | Client name (required if using projectName) | |
| description | No | New project description | |
| projectName | No | Name of the project to update (alternative to projectId) | |
| portalAccess | No | New client portal access level |