Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Element

Data Type

Required?

Description

Sample Data

ProjectCode

String (24)

One of ProjectCode or ProjectUid is required

The project code is a unique identifier for a project.

P001395-001

ProjectId

Int32

No

The project Id is a unique identifier for a Project. For internal use only.


ProjectUid

Int64

See ProjectCode

A unique and immutable identifier for a project.

11529215046074122091152921504607412208

Usage Example(s)


Code Block
languagexml
titleExample 01 - ProjectCode Only
collapsetrue
               <com:PwsProjectRef>
                  <com:ProjectCode>P001395-001</com:ProjectCode>
               </com:PwsProjectRef>

...