Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.05 KB

File metadata and controls

35 lines (29 loc) · 1.05 KB

ProductionRequest

Properties

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]

Examples

  • 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

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