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

Version 1 Next »

Overview

This structure represents the unique key fields associated with identifying a project rate type. Project rate types are configured on a per project basis, and are based on a standard rate type. with the ability to override contract and billing adjusted rates, either by specify the flat rate or specifying a discount percentage. Resources select one of the availiable project rate types when entering time against the project. Project rate types can be identified by an ExternalSystemIdentifier or ProjectRateTypeUid. When specifying a PwsProjectRateTypeRef as an input to a web service, you may specify one or both the ExternalSystemIdentifier and/or ProjectRateTypeUid. However, if you do specify both, they must both refer to the same project rate type or the project rate type reference will not be considered valid. When a PwsProjectRateTypeRef is returned in the response to a web service, both the ExternalSystemIdentifier and ProjectRateTypeUid will be populated, and guaranteed to refer to a single project rate type.

Format

Elements

Element

Data Type

Description

SampleData

ProjectIdentity

PwsProjectRef

This structure represents the unique key fields associated with identifying a project. Projects can be identified by ProjectCode or ProjectUid. When specifying a PwsProjectRef as an input to a web service, you may specify one or both the ProjectCode and/or ProjectUid. However, if you do specify both, they must both refer to the same project or the project reference will not be considered valid. When a PwsProjectRef is returned in the response to a web service, both the ProjectCode and ProjectUid will be populated, and guaranteed to refer to a single project.

ProjectRateTypes

PwsProjectRateTypeElement[]

Usage Example(s)

                     <b:PwsProjectRateTypeElement>
                        <b:ProjectRateTypeDetail>
                           <b:ExternalSystemIdentifier>20</b:ExternalSystemIdentifier>
                           <b:ProjectRateTypeId i:nil="true"/>
                           <b:ProjectRateTypeUid>1152921504607828299</b:ProjectRateTypeUid>
                           <b:ProjectRateTypeName>Not Chargeable</b:ProjectRateTypeName>
                           <b:BillingAdjustedDiscountPercent i:nil="true"/>
                           <b:BillingAdjustedHourlyRate>0</b:BillingAdjustedHourlyRate>
                           <b:ContractDiscountPercent i:nil="true"/>
                           <b:ContractHourlyRate>0</b:ContractHourlyRate>
                           <b:SortOrder>1</b:SortOrder>
                           <b:StandardRateTypeIdentity>
                              <b:StandardRateTypeCode>NC</b:StandardRateTypeCode>
                              <b:StandardRateTypeId i:nil="true"/>
                              <b:StandardRateTypeName>Not Chargeable</b:StandardRateTypeName>
                              <b:StandardRateTypeUid>1152921504606847726</b:StandardRateTypeUid>
                           </b:StandardRateTypeIdentity>
                           <b:NewExternalSystemIdentifier i:nil="true"/>
                        </b:ProjectRateTypeDetail>
                     </b:PwsProjectRateTypeElement>
  • No labels