| Name | Type | Description | Notes |
|---|---|---|---|
| DateRange | DateRanges | ||
| CustomDateRange | DateTimeRange | [optional] | |
| DateType | CashInDateType | ||
| PostedBy | String | [optional] | |
| PayType | String[] | [optional] | |
| CustomerStatus | String[] | [optional] | |
| IsPrepayment | Boolean | [optional] | |
| CustomerType | String | [optional] | |
| Route | String[] | [optional] | |
| CompanyIDs | Int32[] | [optional] |
- Prepare the resource
$CashInRequest = Initialize-RealGreenSaPSCashInRequest -DateRange null `
-CustomDateRange null `
-DateType null `
-PostedBy null `
-PayType null `
-CustomerStatus null `
-IsPrepayment null `
-CustomerType null `
-Route null `
-CompanyIDs null- Convert the resource to JSON
$CashInRequest | ConvertTo-JSON