/
PwsProjectContact

PwsProjectContact

Overview

This structure contains the complete set of information of a project contact. It is used to retrieve information of project contacts in PwsGetProjectContacts

Format

PwsProjectContact

Elements

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 (100)

The email address of the project contact (user).

barry1@revcorp.min.cnv1

LocationIdentity

PwsLocationRef

The location of the user (if the user is set up as a resource).

Springfield

MobilePhone

String (30)

The mobile phone number of the project contact.

617-888-5888

OfficePhone

String (30)

The office phone number of the project contact.

617-431-4111

OtherContactInformation

String (1000)

The other contact information of this project contact (user).

MSN: larry@revcorp.org

Roles

PwsContactRole

The type (ex. Engagement Manager) or 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 the user is set up as a resource). Click here for more information.


Usage Example(s)

Example 01
               <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>



Related content

PwsGetProjectContacts
PwsGetProjectContacts
More like this
PwsProjectDetail
PwsProjectDetail
More like this
PwsContactRole
PwsContactRole
More like this
PwsProjectElement
PwsProjectElement
More like this
PwsProjectWorkspaceInfo
PwsProjectWorkspaceInfo
More like this
PwsProjectDescriptor
PwsProjectDescriptor
More like this