| Name | Type | Description | Notes |
|---|---|---|---|
| DoneDateRange | DateRanges | ||
| CustomDoneDateRange | DateTimeRange | [optional] | |
| DoneBy | String[] | [optional] | |
| Codes | String[] | [optional] | |
| Prepaid | Boolean | [optional] | |
| CustomerType | String | [optional] | |
| Route | String[] | [optional] | |
| PaidDate | DateTimeRange | [optional] |
- Prepare the resource
$ProductionRequest = Initialize-RealGreenSaPSProductionRequest -DoneDateRange null `
-CustomDoneDateRange null `
-DoneBy null `
-Codes null `
-Prepaid null `
-CustomerType null `
-Route null `
-PaidDate null- Convert the resource to JSON
$ProductionRequest | ConvertTo-JSON