Name | Description | Type | Additional information |
---|---|---|---|
ProjectId |
Id of project to update (Required) |
string |
None. |
NewProjectItems |
List of new project items to add. |
Collection of ProjectItem |
None. |
UpdateProjectItems |
List of project items to update. Projects items are matched on Component ID |
Collection of UpdateProjectItem |
None. |
Locations |
Locations for new project items |
Collection of Location |
None. |
Systems |
Systems for new project items |
Collection of System |
None. |
Taxes |
Taxes for new project items |
Collection of Tax |
None. |
Contacts |
Contacts in a project |
Collection of Contact |
None. |
Resources |
Resources in a project |
Collection of Resource |
None. |
SiteAddress |
Project Site Address |
Address |
None. |
BillingAddress |
Project Billing Address |
Address |
None. |
UpdateFields |
List of UpdateFields for the project. Each UpdateField has a Id and a Value. |
Collection of UpdateProjectField |
None. |
SIItemIdsToDelete |
List of SIItemIds to delete |
Collection of string |
None. |
ComponentIdsToDelete |
List of Component Ids to delete |
Collection of string |
None. |
ProjectItemInfosToDelete |
List of Project Items to delete |
Collection of ProjectItemInfo |
None. |
LockChangeOrderInfos |
List of Change Order to lock or unlock |
Collection of LockChangeOrderInfo |
None. |