Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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
  • PwsProjectNote


Elements

Element

Data Type

Description

Sample Data

CreatedByUserIdentity

PwsUserRef

The user that creates the project note. This structure contains all the unique identifying fields of a user. Click here for more information.


CreatedTimestamp

DateTime

The UTC time of when the project note is created.

2018-02-08T11:15:22.443

Note

String (1024)

The content of the project note.

Tony delivered set design first draft on 01/27

CreatedByUser

PwsUserSummary

The user that creates the project note. This structure contains the key information of a user. Click here for more information.


Usage Example(s)

Example 01
                  <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>



  • No labels