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 2 Next »

Overview


This structure represents the unique key fields associated with identifying a resource title. Title are used when requesting and booking resources during the resource scheduling workflow, in the determination of default billing

Format


PwsTitleRef
  • PwsTitleRef
    • DepartmentIdentity: PwsDepartmentRef
    • TitleId: Int32
    • TitleName: String
    • TitleUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

DepartmentIdentity

PwsDepartmentRef

Yes

The department associated with the resource title


TitleId

Int32

No

The resource title Id is a unique identifier for a resource title. For internal use only. 


TitleName

String

One of TitleName or TitleUid is required

The title name is a unique identifier for a resource title (may be null, but once set can only be updated to a different, non-null value)

Level 3


TitleUid

Int64

See TitleName

A unique and immutable identifier for a resource title 

1152921504606885671


Usage Example(s)


Example 01
                     <com:TitleIdentity>
                        <com:DepartmentIdentity>
                           <com:DepartmentName>Executive Team</com:DepartmentName>
                           <com:DepartmentUid>1152921504606854181</com:DepartmentUid>
                        </com:DepartmentIdentity>
                        <com:TitleName>Level 3</com:TitleName>
                        <com:TitleUid>1152921504606885671</com:TitleUid>
                     </com:TitleIdentity>
  • No labels