Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 1.51 KB

File metadata and controls

55 lines (49 loc) · 1.51 KB

SimpleProgramDTO

Properties

Name Type Description Notes
CustNo Int32
Size Double [optional]
Route String [optional]
Status String
Soldby1 String [optional]
Reqtakenby String [optional]
Billtype String [optional]
Disccode String [optional]
Autorenew Boolean [optional]
Technote String [optional]
Custnote String [optional]
Season Int32 [optional]
Sourcecd Int32 [optional]
Rejcode Int32 [optional]
Callahead Int32 [optional]
Datesold System.DateTime [optional]
AuditEmployeeID String
Progdefid Int32

Examples

  • Prepare the resource
$SimpleProgramDTO = Initialize-RealGreenSaPSSimpleProgramDTO  -CustNo null `
 -Size null `
 -Route null `
 -Status null `
 -Soldby1 null `
 -Reqtakenby null `
 -Billtype null `
 -Disccode null `
 -Autorenew null `
 -Technote null `
 -Custnote null `
 -Season null `
 -Sourcecd null `
 -Rejcode null `
 -Callahead null `
 -Datesold null `
 -AuditEmployeeID null `
 -Progdefid null
  • Convert the resource to JSON
$SimpleProgramDTO | ConvertTo-JSON

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