Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 949 Bytes

File metadata and controls

31 lines (25 loc) · 949 Bytes

ServiceAllocationItem

Properties

Name Type Description Notes
HistoryAllocationID Int32 [optional]
HistoryID Int32 [optional]
AmountApplied Double [optional]
HistoryAmount Double [optional]
TransactionDate System.DateTime [optional]
Description String [optional]

Examples

  • Prepare the resource
$ServiceAllocationItem = Initialize-RealGreenSaPSServiceAllocationItem  -HistoryAllocationID null `
 -HistoryID null `
 -AmountApplied null `
 -HistoryAmount null `
 -TransactionDate null `
 -Description null
  • Convert the resource to JSON
$ServiceAllocationItem | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]