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

Overview

This structure includes basic information about a department. The information represented in this structure is not comprehensive and only includes certain key attributes of a department. 

Format

PwsDepartmentSummary
  • PwsDepartmentSummary
    • DepartmentId: Int32
    • DepartmentName: String
    • DepartmentUid: Int64

Elements

Element

Data Type

Description

Sample Data

DepartmentId

Int32

The department id is a unique identifier for a department. For internal use only.  


DepartmentName

String

The department name is a unique identifier for a department.

Technology

DepartmentUid

Int64

A unique and immutable identifier for a project rate type

1152921504606851320

Usage Example(s)


Example 01
                <b:PwsDepartmentSummary>
                  <b:DepartmentId i:nil="true"/>
                  <b:DepartmentName>Technology</b:DepartmentName>
                  <b:DepartmentUid>1152921504606851320</b:DepartmentUid>
               </b:PwsDepartmentSummary>
  • No labels