Overview
This web service inserts or updates a single project role based on a detailed project role structure (PwsProjectRoleDetail). The service returns the identity (PwsProjectRoleRef) of the project role that has been inserted or updated.
...
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | ||
SessionTicket | String | Yes | Click here for more information. | Ae9v30fDNwFMx833f5Hesg== | |
BaseRatesOnTitleClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', existing base-rate-on-title setting will be cleared (rates will be based on resource's title). | false |
CandidatesClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', existing named candidates will be cleared (candidate identities defined inPwsProjectRoleDetail are ignored). | false |
CostCenterClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', preferred cost center for unnamed candidate is cleared (preferred cost center identity defined in PwsProjectRoleDetail is ignored). | false |
CostCenterCriteriaClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', cost center criteria for unnamed candidate is cleared (cost center criteria defined in PwsProjectRoleDetail is ignored). | false |
DescriptionClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', the existing description will be cleared. | false |
EngagementTimestamp | String | **deprecated** | |||
InitialAllocation | PwsProjectRoleHoursPattern | On Insert: No On Update: No | The allocation set up for the project role upon creation. | ||
KeywordsClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', existing keywords for unnamed candidate is cleared. | false |
LocationClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', preferred location for unnamed candidate is cleared. Please note, if System Settings' Scheduling is set to "Show Location Criteria", then this flag cannot be set to 'true' because location criteria is required. | false |
LocationCriteriaClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', location criteria for unnamed candidate is cleared and location criteria (LocationIdentities) defined in PwsProjectRoleDetail is ignored; If set to 'false', location criteria (LocationIdentities) will be updated if provided in PwsProjectRoleDetail. | false |
Mode | String (1) | On Insert: Yes On Update: Yes | Determine whether specified criteria applies to booked or requested criteria settings. A: booked data for roles R: requested data for roles | A | |
ProjectIdentity | On Insert: Yes On Update: Yes | The identity of the project that contains the project role. Click here for more information. | |||
ProjectRole | On Insert: Yes On Update: Yes | Structure that contains the complete information of the project role. Please click here for more information.. If it refers to an existing project role, this request updates this project role; otherwise, this request creates a new project role. | |||
ResourceClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', existing named resource is cleared. | false |
RoleEndDateClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', existing role end date is cleared. | false |
RoleStartDateClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', existing role start date is cleared. | false |
ShareCostCenterClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', role's shared cost center is cleared. | false |
SkillCriteriaClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', skill criteria for unnamed candidate is cleared (skill criteria defined in PwsProjectRoleDetail is ignored). | false |
StealLockFlag | Boolean | **deprecated** | |||
TitleClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', preferred title for unnamed candidate is cleared. | false |
TitleCriteriaClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', title criteria for unnamed candidate is cleared (title criteria (TitleIdentities) defined in PwsProjectRoleDetail is ignored). | false |
RdcTransferHourlyRateClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', RDC transfer hourly rate is cleared (RdcTransferHourlyRate defined in PwsProjectRoleDetail is ignored). | false |
RevenueTransferHourlyRateClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', revenue transfer hourly rate is cleared (RevenueTransferHourlyRate defined in PwsProjectRoleDetail is ignored). | false |
RateExceptionsClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', overriding rate is cleared (RateExceptions defined in PwsProjectRoleDetail is ignored). | false |
RdcExceptionsClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', overriding RDC rate is cleared (RdcExceptions defined in PwsProjectRoleDetail is ignored). | false |
ResourceTypeCriteriaClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', the resource type criteria will be cleared. Note this will not clear the preferred or allocated resource type. Empty resource type criteria means that any resource type is acceptable. | |
FullDetailFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', the complete project role element structure will be included in the response. | |
LocksToSteal | PwsEntityLockSummary[1.100] | On Insert: No On Update: No | The detailed information of the locks that are to be stolen. If not specified, the request will fail if any requested locks are already held. If specified, the information supplied must exactly match the current state of existing locks or the attempt to steal the existing locks will fail. Typically, this service is invoked with LocksToSteal empty or null. If there are existing locks, they will be returned in the LockHolders member of PwsFault. This data can then be sent, as is, back to the server in a second invocation of this service, as LocksToSteal, if the caller desires to steal the locks. | ||
MakeRoleNameUniqueFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', and the specified role name is already in use, the service will append a number onto the end of the role name in order to make it unique. Otherwise, the service will fail if the specified role name is in use. | |
NameRoleFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', and no role name is specified, the service will use the resource display name to generate a role name if the role has assigned resource. Either role name or resource has to be specified. If set to 'false' (the default value), then a role name must be supplied. | |
ProjectorLockSetId | Int32 | On Insert: No On Update: No | A projector lock set id is an identifier for a group of one or more locks held as a unit. | ||
ResourceTypeClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', the preferred or allocated resource type is cleared. | |
ShareUserClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', the shared to user is cleared for the role. | |
WarnOnPermissionErrorFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', request will result in warnings instead of errors if user has no permission (on insert only): - Attempt to set sharing (by user or cost center) without permission to share scheduling. | false |
ExcludeReadNotesFlag | Boolean | On Insert: No On Update: No | false | If true, notes that have been marked as read by the current user are excluded from the data returned. Applies only when FullDetailFlag is true. | |
PurchaseOrderNumberClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true', the purchase order number for the role is cleared. | |
ReplaceAllocatedCriteriaWithRequestedFlag | Boolean | On Insert: No On Update: No | false | When in scheduling mode (Mode = 'A') and updating an existing role that has incomplete booked criteria, if this flag is set, any existing booked criteria is overwritten with requested criteria. Note any criteria values specified in this request will overwrite what is copied from the requested criteria. | |
RetrievalMode | String | On Insert: No On Update: No | Required if FullDetailFlag is set, Designate whether assigned (A), requested (R) or effective (E) criteria is returned for the role. | ||
RevalueAction | String | On Insert: No On Update: No | N | This indicates how to the service should respond if there are time cards that would become in need of revalue as a result of the changes. The valid values are:
| |
RoleTypeClearFlag | Boolean | On Insert: No On Update: No | false | If set to 'true' the role type for the role will be cleared. |
Request Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:sch="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/" xmlns:com1="http://projectorpsa.com/CommonServices/"> <soapenv:Header/> <soapenv:Body> <pws:PwsSaveProjectRole> <pws:serviceRequest> <req:SessionTicket>Ae9v30fDNwFMx833f5Hesg==</req:SessionTicket> <sch:CandidatesClearFlag>true</sch:CandidatesClearFlag> <sch:CostCenterCriteriaClearFlag>true</sch:CostCenterCriteriaClearFlag> <sch:LocationCriteriaClearFlag>true</sch:LocationCriteriaClearFlag> <sch:Mode>A</sch:Mode> <sch:ProjectIdentity> <com:ProjectCode>P001053-WS2</com:ProjectCode> </sch:ProjectIdentity> <sch:ProjectRole> <com:ExternalSystemIdentifier>Role 001</com:ExternalSystemIdentifier> <com:BaseRateOnTitleIdentity> <com:DepartmentIdentity> <com:DepartmentName>Management</com:DepartmentName> </com:DepartmentIdentity> <com:TitleName>Administrator</com:TitleName> </com:BaseRateOnTitleIdentity> <com:CandidateIdentities> <com:PwsResourceRef> <com:ResourceDisplayName>Max Yang</com:ResourceDisplayName> </com:PwsResourceRef> </com:CandidateIdentities> <com:CostCenterAnyFlag>false</com:CostCenterAnyFlag> <com:CostCenterCriteria> <com1:PwsCostCenterCriteria> <com1:CascadeFlag>true</com1:CascadeFlag> <com1:CostCenterIdentity> <com:CostCenterName>RevCorp CH</com:CostCenterName> </com1:CostCenterIdentity> </com1:PwsCostCenterCriteria> </com:CostCenterCriteria> <com:CostCenterIdentity> <com:CostCenterName>RevCorp CA</com:CostCenterName> </com:CostCenterIdentity> <com:DefaultSchedulingMode>W</com:DefaultSchedulingMode> <com:Description>Created from PwsSaveProjectRole #2</com:Description> <com:Keywords>Executive</com:Keywords> <com:LocationAnyFlag>true</com:LocationAnyFlag> <com:LocationIdentities> <com:PwsLocationRef> <com:LocationName>Boston</com:LocationName> </com:PwsLocationRef> </com:LocationIdentities> <com:LocationIdentity> <com:LocationName>Shanghai</com:LocationName> </com:LocationIdentity> <com:ResourceIdentity> <com:ResourceDisplayName>Oscar Cox</com:ResourceDisplayName> </com:ResourceIdentity> <com:RoleName>Role WS-001</com:RoleName> <com:RoleStartDate>2018-01-01z</com:RoleStartDate> <com:ShareCostCenterIdentity> </com:ShareCostCenterIdentity> <com:SkillCriteria> <com:PwsSkillCriteria> <com:SkillIdentity> <com:SkillGroupIdentity> <com:SkillGroupName>Technology</com:SkillGroupName> </com:SkillGroupIdentity> <com:SkillName>HTML</com:SkillName> </com:SkillIdentity> <com:SkillLevelMask>3</com:SkillLevelMask> </com:PwsSkillCriteria> </com:SkillCriteria> <com:TitleIdentities> <com:PwsTitleRef> <com:DepartmentIdentity> <com:DepartmentName>Technology</com:DepartmentName> </com:DepartmentIdentity> <com:TitleName>Technical Consultant</com:TitleName> </com:PwsTitleRef> </com:TitleIdentities> <com:TitleIdentity> <com:DepartmentIdentity> <com:DepartmentName>Technology</com:DepartmentName> </com:DepartmentIdentity> <com:TitleName>Technical Consultant</com:TitleName> </com:TitleIdentity> <com:RdcTransferCurrencyIdentity> </com:RdcTransferCurrencyIdentity> <com:RevenueTransferHourlyRate>12</com:RevenueTransferHourlyRate> </sch:ProjectRole> <sch:ShareCostCenterClearFlag>true</sch:ShareCostCenterClearFlag> <sch:SkillCriteriaClearFlag>true</sch:SkillCriteriaClearFlag> <sch:StealLockFlag>true</sch:StealLockFlag> <sch:TitleCriteriaClearFlag>true</sch:TitleCriteriaClearFlag> <sch:RdcTransferHourlyRateClearFlag>false</sch:RdcTransferHourlyRateClearFlag> <sch:RevenueTransferHourlyRateClearFlag>true</sch:RevenueTransferHourlyRateClearFlag> </pws:serviceRequest> </pws:PwsSaveProjectRole> </soapenv:Body> </soapenv:Envelope> |
...
Panel | ||
---|---|---|
| ||
|
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information. | ||
ResponseId | Int32 | Click here for more information. | 0 |
Status | RequestStatus | Click here for more information. | Ok |
ServerTimestampUtc | DateTime | Click here for more information. | 2018-02-14T15:34:53.8497124Z |
ProjectRoleIdentity | The identity of the project role just created/updated. Click here for more information. | ||
EngagementTimestamp | String | **deprecated** | |
LockStolenFromUserIdentity | **deprecated** | ||
ProjectRole | PwsProjectRoleElement | The full element structure for the role that was saved. This will be populated only if FullDetailFlag is set to 'true' in the request. | |
ProjectRoleTimestamp | String | This is an optimistic locking timestamp that, if provided on update request, will cause the request to fail when the timestamp stored in the database does not match the provided value. | |
StolenLocks | PwsEntityLockSummary | This structure contains information about the locks that were stolen in order to complete this request, Will be included only when LocksToSteal is specified in the request. | |
ResourcePartiallyInactiveFlag | Boolean | If an initial allocation is specified in the input, this will be true if the role is a named role, and the resource was inactive for at least one day during the period of time over which there are requested or booked minutes. | |
RevalueReport | PwsRevalueReport | Information about time cards on the project role that were affected by the change. Populated only when RevalueAction is R (Revalue) or C (Check). If RevalueAction is R, the values included in this structure reflect what was done. If RevalueAction is C, the values reflect what would be done if the service were invoked again with RevalueAction set to R. | |
TotalRequestedOrScheduledMinutes | Double | If an initial allocation is specified in the input, this will be the total number of minutes that were requested or booked (depending on Mode) for the role. |
Response Usage Example(s)
...