...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ProjectCode | String (24) | On Insert: Yes (if ProjectUid is not supplied) On Update: Yes (if ProjectUid is not supplied) | The project code is a unique identifier for a project | P001395-001 | |
ProjectId | Int32 | On Insert: No On Update: No | The project Id is a unique identifier for a Project. For internal use only. | ||
ProjectUid | Int64 | On Insert: Yes (if ProjectCode is not supplied) On Update: Yes (if ProjectCode is not supplied) | The project Uid is a A unique and immutable identifier for a project | 1152921504607412209 |
...