...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ProjectCode | String (24) | One of ProjectCode or ProjectUid is required | The project code is a unique identifier for a project. See "NewProjectCode" for guidance on how to change the project code of an existing engagement. | P001395-001 | |
ProjectId | Int32 | No | The project Id is a unique identifier for a project. For internal use only. | ||
ProjectUid | Int64 | See ProjectCode | A unique and immutable identifier for a project | 1152921504607412209 | |
EngagementDescriptor | Yes | This structure contains key fields associated with an engagement | |||
LocationIdentity | Yes | The location associated with the project | |||
ProjectCloseDate | DateTime | No | The project close / end date | ||
ProjectDescription | String (1000) | No | The project description | ||
ProjectManager | Yes | The project manager | |||
ProjectName | String | Yes | The project name | New Web Services Project (A) | |
ProjectOpenDate | DateTime | Yes | The project start / open date | 2018-01-01T00:00:00Z | |
ProjectRoles | PwsRole [???] | No | The project roles | ||
ProjectStageIdentity | Yes | The project stage | |||
UnavailableReasonCode | String | No | The reason code in the instance that the project is unavailable for time or expense | ||
Udf1InactiveFlag | Boolean | No | false | If set to 'true, the first time / cost card user defined field is inactive | false |
Udf1Values | String [???] | No | If the first user defined field is a pick list these are the values in the list | ||
Udf2InactiveFlag | Boolean | No | false | If set to 'true, the second time / cost card user defined field is inactive | false |
Udf2Values | String [???] | No | If the second user defined field is a pick list these are the values in the list | ||
Udf1DefaultValue | String (4000) | No | If the first user defined field is a pick list this is the default value | ||
Udf2DefaultValue | String (4000) | No | If the second user defined field is a pick list this is the default value | ||
ExpenseTypeIdentities | PwsExpenseTypeRef [???] | No | The expense types that are valid for this project. If expense type configuration is not a factor, all expense types that are enabled for expense entry will be returned. |
...