Overview

A collection of zero or more PwsMessage structures is included in the response of every PWS web service request. If the RequestStatus of the request is "OkWithWarnings" or "Fail", this will contain one or more warning and/or error messages. It may also contain (even when Status is Ok) informational messages.

Format

  • PwsProjectNote


Elements

Element

Data Type

Description

Sample Data

CreatedByUserIdentity

PwsUserRef

The user that creates the project note. Click here for more information.


CreatedTimestamp

DateTime

The UTC time of when the project note is created.


Note

String (1024)

The content of the project note.


CreatedByUser

PwsUserSummary



Usage Example(s)

                  <b:PwsProjectNote>
                        <b:CreatedByUserIdentity>
                           <b:UserDisplayName>Bruce Wayne</b:UserDisplayName>
                           <b:UserId i:nil="true"/>
                           <b:UserReferenceSystemId>BW</b:UserReferenceSystemId>
                           <b:UserUid>1152921504606944261</b:UserUid>
                        </b:CreatedByUserIdentity>
                        <b:CreatedTimestamp>2018-02-08T11:15:22.443</b:CreatedTimestamp>
                        <b:Note>Tony delivered set design first draft on 01/27</b:Note>
                        <b:CreatedByUser>
                           <b:UserDisplayName>Bruce Wayne</b:UserDisplayName>
                           <b:UserId i:nil="true"/>
                           <b:UserReferenceSystemId>000</b:UserReferenceSystemId>
                           <b:UserUid>1152921504606944261</b:UserUid>
                           <b:EmailAddress>bruce@revcorp.doc</b:EmailAddress>
                           <b:FirstName>Bruce</b:FirstName>
                           <b:LastName>Wayne</b:LastName>
                           <b:MiddleName>batman</b:MiddleName>
                        </b:CreatedByUser>
                     </b:PwsProjectNote>