Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure contains the complete set of information about an entry within a Revenue Schedulerevenue schedule. The structure is used both to retrieve detailed Revenue Schedule revenue schedule information and to pass information about a Revenue Schedule revenue schedule back to the server to get updated.

...

Panel
titlePwsRevenueScheduleItem
  • PwsRevenueScheduleItem
    • EndDate: DateTime
    • ScheduledRevenueAmount: Double
    • StartDate: DateTime
    • ContractedMinutes: Int32
    • Notes: String (1024)

Elements


Element

Data Type

Required?Default

Description

Sample Data

EndDate

DateTimeThe End Date of the Revenue Schedule Item

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 amount associated with the Revenue Schedule Itemrevenue schedule item/bucket.

10000

StartDate

DateTime

The Start Date of the Revenue Schedule Item 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 contracted minutes associated with the Revenue Schedule Item 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 revenue schedule item/bucket.

February Milestone

Usage Example(s)

...