| 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] |
- 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