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 contains the complete set of information about a project task type (less any subordinate entities). The structure is used both to retrieve detailed project task type information and to pass information about a project task type back to the server to get updated.

Format

PwsProjectTaskTypeDetail
  • PwsProjectTaskTypeDetail
    • ExternalSystemIdentifier: String
    • ProjectTaskTypeId: Int32
    • ProjectTaskTypeUid: Int64
    • ProjectTaskTypeName: String
    • AllowedProjectRateTypeIdentities: PwsProjectRateTypeRef
    • DefaultProjectRateTypeIdentity: PwsProjectRateTypeRef
    • InactiveFlag: Boolean
    • NarrativeRequiredFlag: Boolean
    • NewExternalSystemIdentifier: String
    • SortOrder: Int16
    • StandardTaskTypeIdentity: PwsStandardTaskTypeRef
    • InheritPurchaseOrderNumberFlag: Boolean
    • PurchaseOrderNumber: String

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ExternalSystemIdentifier

String





ProjectTaskTypeId

Int32





ProjectTaskTypeUid

Int64





ProjectTaskTypeName

String





AllowedProjectRateTypeIdentities

PwsProjectRateTypeRef





DefaultProjectRateTypeIdentity

PwsProjectRateTypeRef





InactiveFlag

Boolean





NarrativeRequiredFlag

Boolean





NewExternalSystemIdentifier

String





SortOrder

Int16





StandardTaskTypeIdentity

PwsStandardTaskTypeRef





InheritPurchaseOrderNumberFlag

Boolean





PurchaseOrderNumber

String





Usage Example(s)


Example 01
 





  • No labels