UpdateProjectRequest (object)
| Field | Type | Description |
|---|---|---|
| contact_id | integer | — |
| description | string | — |
| end_date | string (date) | — |
| formatted_number | string | Display number per account |
| hex_color | string | — |
| name | string | — |
| number | integer | Sequential project number per account |
| start_date | string (date) | — |
| status | string | string
|
Example (JSON)
{
"number": 0,
"formatted_number": "string",
"name": "string",
"hex_color": "string",
"description": "string",
"status": "pending"
}