/
PwsRevenueScheduleItem

PwsRevenueScheduleItem

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 (1024)

Elements


Element

Data Type

Required?

Description

Sample Data

EndDate

DateTime

On Insert: No

On Update: No

The end date (in midnight UTC) of the revenue schedule item/bucket - only time cards prior to this end date will be included when the revenue bucket is recognized.

2018-02-28T00:00:00Z

ScheduledRevenueAmount

Double

On Insert: No

On Update: No

The amount associated with the revenue schedule item/bucket.

10000

StartDate

DateTime

On Insert: No

On Update: No

The start date of the revenue schedule item/bucket - only time cards after this end date will be included when the revenue bucket is recognized.


ContractedMinutes

Int32

On Insert: No

On Update: No

The number of contracted minutes associated with the revenue schedule item/bucket. This field is applicable to service contracts only.

200

Notes

String (1024)

On Insert: No

On Update: No

Notes associated with the revenue schedule item/bucket.

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>

Related content

PwsSaveContractLineItem
PwsSaveContractLineItem
Read with this
PwsScheduleDate
PwsScheduleDate
More like this
PwsGetContractLineItem
PwsGetContractLineItem
Read with this
PwsExpenseScheduleDay
PwsExpenseScheduleDay
More like this
PwsWorkingScheduleDay
PwsWorkingScheduleDay
More like this
PwsResourceSchedule
PwsResourceSchedule
More like this