Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.1 KB

File metadata and controls

39 lines (33 loc) · 1.1 KB

APIProductInsert

Properties

Name Type Description Notes
ProductCode String
Description String
EpaNumber String [optional]
OnHand Double [optional]
UnitCost Double [optional]
UnitPrice Double [optional]
ProductCategoryId Int32 [optional]
UnitofMeasure Int32 [optional]
ProposalNotes String [optional]
CrewNotes String [optional]

Examples

  • Prepare the resource
$APIProductInsert = Initialize-RealGreenSaPSAPIProductInsert  -ProductCode null `
 -Description null `
 -EpaNumber null `
 -OnHand null `
 -UnitCost null `
 -UnitPrice null `
 -ProductCategoryId null `
 -UnitofMeasure null `
 -ProposalNotes null `
 -CrewNotes null
  • Convert the resource to JSON
$APIProductInsert | ConvertTo-JSON

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