...
Panel | ||
---|---|---|
| ||
|
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 Minutes 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)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |