Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.08 KB

File metadata and controls

35 lines (29 loc) · 1.08 KB

ServiceAllocationRecord

Properties

Name Type Description Notes
ServiceID Int32 [optional]
InvoiceNumber Int32 [optional]
Start Int32 [optional]
VarEnd Int32 [optional]
PrepayDescription String [optional]
TotalServiceCharge Double [optional]
TotalApplied Double [optional]
Allocations ServiceAllocationItem[] [optional]

Examples

  • Prepare the resource
$ServiceAllocationRecord = Initialize-RealGreenSaPSServiceAllocationRecord  -ServiceID null `
 -InvoiceNumber null `
 -Start null `
 -VarEnd null `
 -PrepayDescription null `
 -TotalServiceCharge null `
 -TotalApplied null `
 -Allocations null
  • Convert the resource to JSON
$ServiceAllocationRecord | ConvertTo-JSON

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