...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | ||
SessionTicket | String | Yes | Click here for more information. | ARNkL4C1bp7KLtsSXQW6/g== | |
IncludeBookedResourcesFlag | Boolean | No | |||
IncludeClientUsersFlag | Boolean | No | |||
IncludeEmFlag | Boolean | No | |||
IncludeIssueOwnersFlag | Boolean | No | |||
IncludePmFlag | Boolean | No | |||
IncludePmTeamFlag | Boolean | No | |||
IncludeRequestedResourcesFlag | Boolean | No | |||
ProjectIdentity | Yes | This structure represents the unique key fields associated with a project. Click here for more information. |
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:web="http://projectorpsa.com/DataContracts/Shared/Web/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsGetProjectContacts> <pws:serviceRequest> <req:SessionTicket>ARNkL4C1bp7KLtsSXQW6/g==</req:SessionTicket> <web:IncludeBookedResourcesFlag>true</web:IncludeBookedResourcesFlag> <web:IncludeClientUsersFlag>true</web:IncludeClientUsersFlag> <web:IncludeEmFlag>true</web:IncludeEmFlag> <web:IncludeIssueOwnersFlag>true</web:IncludeIssueOwnersFlag> <web:IncludePmFlag>true</web:IncludePmFlag> <web:IncludePmTeamFlag>true</web:IncludePmTeamFlag> <web:IncludeRequestedResourcesFlag>true</web:IncludeRequestedResourcesFlag> <web:ProjectIdentity> <com:ProjectCode>P001053-001</com:ProjectCode> </web:ProjectIdentity> </pws:serviceRequest> </pws:PwsGetProjectContacts> </soapenv:Body> </soapenv:Envelope> |
...
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
23000 | ProjectIdentityRequiredForGetContacts | A project identity must be specified. |