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 contains the complete set of information about an entry within a Revenue Schedule. The structure is used both to retrieve detailed Revenue Schedule information and to pass information about a Revenue Schedule back to the server to get updated.

Format


PwsRevenueScheduleItem
  • PwsRevenueScheduleItem
    • EndDate: DateTime
    • ScheduledRevenueAmount: Double
    • StartDate: DateTime
    • ContractedMinutes: Int32
    • Notes: String

Elements


Element

Data Type

Required?

Default

Description

Sample Data

EndDate

DateTime

 

 

The end date of the Revenue Schedule Item - only time cards prior to this end date will be included when the revenue bucket is recognized

2018-02-28T00:00:00Z

ScheduledRevenueAmount

Double

 

 

The amount associated with the Revenue Schedule Item

10000

StartDate

DateTime

 

 

The start date of the Revenue Schedule Item - only time cards after this end date will be included when the revenue bucket is recognized


ContractedMinutes

Int32

 

 

The number of contracted hours associated with the Revenue Schedule Item. This field is applicable to service contracts only.

200

Notes

String

 

 

Notes associated with the Revenue Schedule Item

February Milestone

Usage Example(s)


Example 01
                             <PwsRevenueScheduleItem>
                                 <EndDate>2018-02-28T00:00:00Z</EndDate>
                                 <ScheduledRevenueAmount>10000</ScheduledRevenueAmount>
                                 <StartDate>2018-02-01T00:00:00Z</StartDate>
                                 <ContractedMinutes>200</ContractedMinutes>
                                 <Notes>February Milestone</Notes>
                              </PwsRevenueScheduleItem>
  • No labels