Overview
This web service adds a note to a specified project (PwsProjectRef).
Request Format
PwsAddProjectNote Request
- PwsAddProjectNote
- serviceRequest: PwsAddProjectNoteRq
- RequestId: Int32
- SessionTicket: String
- Note: String (1024)
- ProjectIdentity: PwsProjectRef
- serviceRequest: PwsAddProjectNoteRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information | 1 | ||
String | Yes | Click here for more information | AWYoWMBC/cjl/RFPrykteA== | ||
Note | String (1024) | Yes | The note to be added to the project | To include additional or supporting information, you can add a note to a project. | |
ProjectIdentity | Yes | The identity of the project to which the note will be added to |
Request Usage Example(s)
Response Format
PwsAddProjectNote Response
- PwsAddProjectNoteResponse
- PwsAddProjectNoteResult: PwsAddProjectNoteRs
- Messages: PwsMessage [ ]
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- PwsAddProjectNoteResult: PwsAddProjectNoteRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | PwsMessage [ ] | The web service response status and message. Click here for more information. | |
ResponseId | Int32 | Click here for more information | 1 |
Status | Click here for more information | Ok | |
DateTime | Click here for more information | 2018-01-19T21:53:15.0569601Z |
Response Usage Example(s)
PwsAddProjectNote - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
165 | ProjectNoteTruncated | The project note exceeded the maximum length of 1024 characters and was truncated. |
50220 | WebServicesPermissionDenied | The specified user does not have permission to execute web services, or web services is not enabled for this account. |