- UpdateProject
ActualTime
ActualTimeDtoPagedResultsDto
ActualTimeOff
ActualTimeOffDtoPagedResultsDto
AddExternalId
AddOfferingExternalId
AddPersonExternalId
AdjustmentType
Assignment
AssignmentType
BillingModel
BillingModelOptionsBase
BillingModelOptionsFixedBid
BillingModelOptionsRetainer
BillingModelOptionsTimeMaterials
Client
ClientDtoPagedResultsDto
CostMetrics
CreateActualTime
CreateActualTimeOff
CreateClient
CreateDepartment
CreateOtherCostAndRevenue
CreatePerson
CreatePipeline
CreatePlannedTimeOff
CreateProject
CreateProjectOffering
CreateProjectOfferingRole
CreateRole
CreateStage
CreateSubscription
CreateTag
CreateWebhookSubscriber
Department
DepartmentDtoPagedResultsDto
FeeSchedule
HoursMetrics
Money
OtherCostAndRevenue
OtherCostAndRevenueDtoPagedResultsDto
Person
PersonDtoPagedResultsDto
Pipeline
PipelineDtoPagedResultsDto
PlannedTimeOff
PlannedTimeOffDtoPagedResultsDto
Project
ProjectDtoPagedResultsDto
ProjectModel
ProjectOffering
ProjectOfferingDtoPagedResultsDto
ProjectOfferingMetrics
ProjectOfferingRole
ProjectOfferingRoleDtoPagedResultsDto
ProjectOfferingRolePlannedTime
ProjectOfferingRolePlannedTimeDtoPagedResultsDto
ProjectStatus
RateCard
RateCardDtoPagedResultsDto
RateCardRate
RateCardRateDtoPagedResultsDto
RevenueMetrics
Role
RoleDtoPagedResultsDto
ServiceOffering
ServiceOfferingDtoPagedResultsDto
Stage
StageDtoPagedResultsDto
Tag
TagList
TimeOffAllocation
TimeOffCategory
TimesheetEntry
TimesheetEntryDtoPagedResultsDto
TimesheetSubmissionState
UpdateActualTime
UpdateActualTimeOff
UpdateClient
UpdateDepartment
UpdateOtherCostAndRevenue
UpdatePerson
UpdatePipeline
UpdatePlannedTimeOff
UpdateProjectOffering
UpdateProjectOfferingRole
UpdateRole
UpdateStage
UpdateTag
UpdateWebhookSubscriber
ValidationErrorResponse
WebhookSubscriber
WebhookSubscriberSummary
WebhookSubscriberSummaryDtoPagedResultsDto
WebhookSubscription
WebhookSubscriptionDtoPagedResultsDto
WorkerType
UpdateProject
The name of the Project, typically describing the work engagement or scope for the Client.
statusstring or null(ProjectStatus)
Status for the Project. Default is pre_sale.
Enum:"pre_sale""awaiting_start""completed""in_progress""on_hold"
Target margin for the Project. Defaults to Organization's target margin.
target_budgetobject or null(Money)
The target budget for the Project, representing the expected revenue from the Client.
Indicates whether the Project is archived and no longer active for delivery or planning.
Id of the Person who owns this Project. Sending null clears the value; omitting leaves it unchanged.
Id of the Person who is responsible for the sale of this Project. Sending null clears the value; omitting leaves it unchanged.
{ "name": "string", "status": "pre_sale", "start_date": "2019-08-24", "end_date": "2019-08-24", "target_margin": 0.1, "target_budget": { "currency_code": "string", "amount": 0 }, "archived": true, "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643", "stage_id": "f38d2b9c-0a0a-4eea-91a8-e974413bb670", "project_owner_id": "b9aa7b7d-b8d6-4d27-8b60-ee4047e91304", "sales_owner_id": "419a49b7-d698-4d74-87b6-314cb4da4e7d", "tags": [ "string" ], "project_model": "client", "is_included": true }