Overview
This web service inserts or updates a single project based on a detailed project structure (PwsProjectDetail). The service returns the identity (PwsProjectRef) of the project that has been inserted or updated. The caller can optionally request that the full project detail (PwsProjectDetail) be included in the response. Please note, upon creation of a new project, certain attributes may be derived from engagement type defaults or inherited from the engagement.
Request Format
- PwsSaveProjectIssuesRq
- RequestId: Int32
- SessionTicket: String
- DeleteProjectIssues: PwsProjectIssueRef (Luke, what is the array's limit?)
- ProjectIdentity: PwsProjectRef
- SaveProjectIssues: PwsProjectIssueDetail (Luke, what is the array's limit?)
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | ||
SessionTicket | String | Yes | Click here for more information. | ||
DeleteProjectIssues | No | This is the identity of the project issue to be deleted. Click here for more information. | |||
ProjectIdentity | Yes | This is the identity of the project. Click here for more information. | |||
SaveProjectIssues | No | The detailed project issue information to be inserted or updated. Click here for more information. |
Request Usage Example(s)
Response Format
- PwsSaveProjectIssuesRs
- Messages: PwsMessage
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- ProjectIssueResults: PwsSaveProjectIssueResult
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. | |
Status | RequestStatus | Click here for more information. | |
ServerTimestampUtc | DateTime | Click here for more information. | |
ProjectIssueResults | ??? |
Response Usage Example(s)
PwsSaveProject - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
84001 | ? missing | missing (see issue #36109) |
84015 | InvalidValueForIssuePriority | Invalid priority value. |
ErrorNumber | ErrorCode | Er |
---|