You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 5
Next »
This structure contains the complete set of information of a project contact.
Element | Data Type | Description | Sample Data |
---|
ClientIdentity | PwsClientRef | Uniquely identify a client, if this contact is a client user. Click here for more information. |
|
Contact | PwsUserRef | Uniquely identifies a project contact user. Click here for more information. |
|
EmailAddress | String | The email address of the project contact (user). | barry1@revcorp.min.cnv1 |
LocationIdentity | PwsLocationRef | The location of the user who is also a resource. | Springfield |
MobilePhone | String | The mobile phone number of the project contact | 617-888-5888 |
OfficePhone | String | The office phone number of the project contact | 617-431-4111 |
OtherContactInformation | String |
|
|
Roles | PwsContactRole | The type and additional information (ex. role name for a booked or requested resource) of the project contact. Click here for more information. |
|
TitleIdentity | PwsTitleRef | The identity of the project contact's title if this user is also a resource. Click here for more information. |
|
<a:PwsProjectContact>
<a:ClientIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
<a:Contact xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:UserDisplayName>Barry Allen</b:UserDisplayName>
<b:UserId i:nil="true"/>
<b:UserReferenceSystemId>barry1</b:UserReferenceSystemId>
<b:UserUid>1152921504607004852</b:UserUid>
</a:Contact>
<a:EmailAddress>barry1@revcorp.min.cnv1</a:EmailAddress>
<a:LocationIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:LocationId i:nil="true"/>
<b:LocationName>Shanghai</b:LocationName>
<b:LocationUid>1152921504606852815</b:LocationUid>
</a:LocationIdentity>
<a:MobilePhone i:nil="true"/>
<a:OfficePhone i:nil="true"/>
<a:OtherContactInformation i:nil="true"/>
<a:Roles>
<a:PwsContactRole>
<a:ProjectRoleIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:ExternalSystemIdentifier i:nil="true"/>
<b:ProjectRoleId i:nil="true"/>
<b:ProjectRoleUid>1152921504609594660</b:ProjectRoleUid>
</a:ProjectRoleIdentity>
<a:RoleName>Barry Allen</a:RoleName>
</a:PwsContactRole>
</a:Roles>
<a:TitleIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:DepartmentIdentity>
<b:DepartmentId i:nil="true"/>
<b:DepartmentName>Management</b:DepartmentName>
<b:DepartmentUid>1152921504606851319</b:DepartmentUid>
</b:DepartmentIdentity>
<b:TitleId i:nil="true"/>
<b:TitleName>Managing Partner</b:TitleName>
<b:TitleUid>1152921504606862839</b:TitleUid>
</a:TitleIdentity>
</a:PwsProjectContact>