Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.28 KB

ProjectPostObject.md

File metadata and controls

21 lines (18 loc) · 1.28 KB

# ProjectPostObject

Properties

Name Type Description Notes
title string The title of the project
board_id float The ID of a project board
phase_id float The ID of a phase on a project board
description string The description of the project [optional]
status string The status of the project [optional]
owner_id float The ID of a project owner [optional]
start_date \DateTime The start date of the project. Format: YYYY-MM-DD. [optional]
end_date \DateTime The end date of the project. Format: YYYY-MM-DD. [optional]
deal_ids int[] An array of IDs of the deals this project is associated with [optional]
org_id float The ID of the organization this project is associated with [optional]
person_id float The ID of the person this project is associated with [optional]
labels int[] An array of IDs of the labels this project has [optional]
template_id float The ID of the template the project will be based on [optional]

[Back to Model list] [Back to API list] [Back to README]