Create a new project and declare its attributes.

Input Fields

  • Project
    • Project Name (text): The name of the new project.
    • Status (text): This field must have one of the following values: ‘Abandoned’, ‘Cancelled’, ‘Completed’, ‘Deferred’, ‘In Progress’, ‘Not Started’.
    • Project Details (text): Details about project.
    • Opportunity ID (text): Unique key of the Opportunity from which the Project may have been converted.
    • Date Started (text): Date Project started, in YYYY-MM-DD format
    • Owner User ID (text): User ID of the owner.
    • Responsible User ID (text): ID of the User responsible for the Project.
    • Category ID (text): The Category ID of the Project, if it has been assigned to one.
    • Pipeline ID (text): The Pipeline ID that the Project is in if it has been assigned to one.
    • Stage ID (text): The Stage ID of the Stage that the Project is in if it has been assigned to one.
    • Visible To (text): This field can have one of the following values: ‘Everyone’ (Default), ‘Owner’, ‘Team’, or ‘Individuals’.
    • Visible Team ID (text): If VISIBLE_TO is ‘Team’, then this should be a Team ID.
    • Visible User IDs (list of text): If VISIBLE_TO is ‘Individuals’, then this should be a comma-separated list of User IDs. This field is always empty in the response. Upon successful POST or PUT an anonymous team is created from the list of IDs, and the response will contain a VISIBLE_TEAM_ID.
    • Tags _(list of text): _Set of Tags attached to the Project.
  • Custom Fields
    • Project Custom Field (text): Any custom fields of the project.
    • Project Field II (text): The second part of the project field.

Output Fields

  • Project
    • Project ID (text): The unique identifier of the project.
    • Date Created (text): The date the project was created.