PwsProjectRateTypeSummary

Overview


This structure includes basic information about a project rate type. The information represented in this structure is not comprehensive and only includes certain key attributes of a project rate type deemed to be useful in a listing of project rate types.

Format


PwsProjectRateTypeSummary
  • PwsProjectRateTypeSummary
    • ExternalSystemIdentifier: String (50)
    • ProjectRateTypeId: Int32
    • ProjectRateTypeUid: Int64
    • ProjectRateTypeName: String (50)

Elements


Element

Data Type

Description

Sample Data

ExternalSystemIdentifier

String (50)

The external system identifier is a unique identifier for a project rate type.


ProjectRateTypeId

Int32

The project rate type id is a unique identifier for a project rate type. For internal use only.


ProjectRateTypeUid

Int64

A unique and immutable identifier for a project rate type.

1152921504607370460 

ProjectRateTypeName

String (50)

The rate type name is a unique identifier for a project rate type.

Regular

Usage Example(s)


Example 01
                     <b:PwsProjectRateTypeSummary>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectRateTypeId i:nil="true"/>
                        <b:ProjectRateTypeUid>1152921504607370460</b:ProjectRateTypeUid>
                        <b:ProjectRateTypeName>Regular</b:ProjectRateTypeName>
                     </b:PwsProjectRateTypeSummary>