...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ResourceDisplayName | String (30) | On Insert: No On Update: One of ResourceDisplayName, ResourceReferenceSystemId or ResourceUid is required | The resource's display name is a unique identifier for a resource. | Web Services | |
ResourceId | Int32 | No | The resource id is a unique identifier for a resource. For internal use only. | ||
ResourceReferenceSystemId | String (20) | On Insert: No On Update: See ResourceDisplayName | The resource's reference system id is a unique identifier for a resource. Note this service cannot update the resource reference system id. Use PwsSaveUser to update the user reference system id, and the resource reference system id will be updated as well. When updating an existing resource, if you specify a non-null value for this field that does not match the existing value, the request will fail. | WS01 | |
ResourceUid | Int64 | On Insert: No On Update: See ResourceDisplayName | A unique and immutable Id for a resource | 1152921504607131538 | |
EmailAddress | String (100) | On Insert: Yes On Update: No | The resource's email address. | webservices@revcorp.bb | |
FirstName | String (20) | On Insert: Yes On Update: No | The resource's first name. | Web | |
LastName | String (20) | On Insert: Yes On Update: No | The resource's last name. | Services | |
MiddleName | String (20) | On Insert: No On Update: No | The resource's middle name. | ||
InactiveFlag | Boolean | No | false | If set to 'true', this resource has been defined as inactive. | false |
ExpenseApprovalUserIdentity | No | The identity of the user who approves this resource's expenses. | |||
ExpenseEntryDelegateUserIdentity | No | The identity of the user who can enter expenses on behalf of this resource. | |||
Initials | String (10) | No | The resource's initials. | WS | |
LatestHistoryRecord | No | The resource's latest history record. | |||
LatestHistoryRecordBeginDate | DateTime | No | The begin date of the resource's latest history record. | 2018-10-01T00:00:00Z | |
ManagerUserIdentity | On Insert: Yes On Update: No | The identity of the resource's manager. | |||
RequestedTimeOffApprovalUserIdentity | No | The identity of the user who approves this resource's requested time off. | |||
SkillApprovalUserIdentity | No | The identity of the user who approves this resource's skill levels. | |||
TimeEntryDelegateUserIdentity | No | The identity of the user who can enter time on behalf of this resource. | |||
TimecardApprovalFlag | Boolean | No | This flag affects the approval of time off cards and timecards on projects using "Designated time approver for resource or cost center". In those settings, if If this flag is set to "true", the time is timecards with a resource based approver are NOT automatically approved and must be approved by a designated approver. . (The flag associated with the field "Automatically approve reported time ..." is not checked in the Resource UI). If this flag is set to "false" in those settings, the time IS automatically approved when submitted by the resource, timecards with a resource based approver are automatically approved upon submissions. (The flag on the field referenced above is checked in the Resource UI). | true | |
TimecardApprovalUserIdentity | No | The identity of the user who approves this resource's time. | |||
UserDefinedFields | No | The user defined fields associated with this resource record. | |||
UserIdentity | On Insert: Yes On Update: No | The user identity associated with this resource record. | |||
VendorReferenceSystemId | String | On Insert: Yes On Update: No | The vendor reference system id of the vendor associated with this resource record. | Web Services |
...