| 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] |
$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]