Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.17 KB

File metadata and controls

39 lines (33 loc) · 1.17 KB

CashInRequest

Properties

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]

Examples

  • 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

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