...
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. 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:sch="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsAddProjectNote> <pws:serviceRequest> <req:RequestId>1</req:RequestId> <req:SessionTicket>AWYoWMBC/cjl/RFPrykteA==</req:SessionTicket> <sch:Note>To include additional or supporting information, you can add a note to a task, resource, assignment, or the entire project.</sch:Note> <sch:ProjectIdentity> <com:ProjectCode>P001320-001</com:ProjectCode> </sch:ProjectIdentity> </pws:serviceRequest> </pws:PwsAddProjectNote> </soapenv:Body> </soapenv:Envelope> |
...