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 Current »

Overview


This structure returns the number of actual hours that have been reported by the resource assigned to this role

Format


PwsProjectRoleActualsBucket
  • PwsProjectRoleActualsBucket
    • ApprovedMinutes: Int32[]
    • BucketStartDate: DateTime
    • UnapprovedMinutes: Int32[]

Elements


Element

Data Type

Description

Sample Data

ApprovedMinutes

Int32[]

The number of approved minutes in an


BucketStartDate

DateTime

The time bucket start date

2020-01-06T00:00:00Z

UnapprovedMinutes

Int32[]

The number of unapproved minutes


Usage Example(s)


Example 01
                  <b:ActualBuckets>
                     <b:PwsProjectRoleActualsBucket>
                        <b:ApprovedMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:int>480</c:int>
                           <c:int>480</c:int>
                           <c:int>480</c:int>
                           <c:int>480</c:int>
                           <c:int>480</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                        </b:ApprovedMinutes>
                        <b:BucketStartDate>2020-01-06T00:00:00Z</b:BucketStartDate>
                        <b:UnapprovedMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                        </b:UnapprovedMinutes>
                     </b:PwsProjectRoleActualsBucket>
                  </b:ActualBuckets>


  • No labels