...
This web service retrieves a list of project rate types (PwsProjectProjectRateTypes), based upon a list of unique project identifier identifiers (PwsProjectRef).
Request Format
...
PwsGetProjectRateTypes
serviceRequest: PwsGetProjectRateTypesRq
RequestId: Int32
SessioniTicket: String
ProjectIdentities: PwsProjectRef [1-100]
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information. |
| ||
String | Yes | Click here for more information. |
| ||
ProjectIdentities | PwsProjectRef [1-100] | Yes | This structure represents the unique key fields associated with identifying a project. Projects can be identified by ProjectCode or ProjectUid. When specifying a PwsProjectRef as an input to a web service, you may specify one or both the ProjectCode and/or ProjectUid. However, if you do specify both, they must both refer to the same project or the project reference will not be considered valid. When a PwsProjectRef is returned in the response to a web service, both the ProjectCode and ProjectUid will be populated, and guaranteed to refer to a single project. |
...
PwsGetProjectRateTypesResult: PwsGetProjectRateTypesRs
Messages: PwsMessage [1-100]
ResponseId: Int32
Status: RequestStatus
ServerTimestampUtc: DateTime
RateTypesByProject: PwsProjectProjectRateTypes
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | PwsMessage [1-100] | The web service response status and message. Click here for more information. | |
Int32 | Click here for more information. |
| |
Status | Result of this request. Click here for more information. |
| |
DateTime | This is the UTC time when request completes. Click here for more information. |
| |
RateTypesByProject | This structure represents the unique key fields associated with identifying a project rate type. |
...