You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
Overview
This web service adds a note to a specified project (PwsProjectRef).
- PwsAddProjectNote
- serviceRequest: PwsAddProjectNoteRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|
RequestId | Int32 |
|
| Click here for more information. | 1 |
SessionTicket | String |
|
| Click here for more information. | AWYoWMBC/cjl/RFPrykteA== |
Note | String |
|
|
| To include additional or supporting information, you can add a note to a project. |
ProjectIdentity | PwsProjectRef |
|
|
|
|
Request Usage Example(s)
<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 project.</sch:Note>
<sch:ProjectIdentity>
<com:ProjectCode>?</com:ProjectCode>
<com:ProjectId>?</com:ProjectId>
<com:ProjectUid>?</com:ProjectUid>
</sch:ProjectIdentity>
</pws:serviceRequest>
</pws:PwsAddProjectNote>
</soapenv:Body>
</soapenv:Envelope>