| Name |
Type |
Description |
Notes |
| HistoryAllocationID |
Int32 |
|
[optional] |
| HistoryID |
Int32 |
|
[optional] |
| AmountApplied |
Double |
|
[optional] |
| HistoryAmount |
Double |
|
[optional] |
| TransactionDate |
System.DateTime |
|
[optional] |
| Description |
String |
|
[optional] |
$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]