Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.11 KB

File metadata and controls

37 lines (31 loc) · 1.11 KB

CustomerProperty

Properties

Name Type Description Notes
Id Int32 [optional]
InventoryTypeID Int32 [optional]
CustomerID Int32 [optional]
Quantity Double [optional]
LocationID Int32 [optional]
Note String [optional]
UnitOfMeasureID Int32 [optional]
LocationType LocationType [optional]
PropertyItemType PropertyItemType [optional]

Examples

  • Prepare the resource
$CustomerProperty = Initialize-RealGreenSaPSCustomerProperty  -Id null `
 -InventoryTypeID null `
 -CustomerID null `
 -Quantity null `
 -LocationID null `
 -Note null `
 -UnitOfMeasureID null `
 -LocationType null `
 -PropertyItemType null
  • Convert the resource to JSON
$CustomerProperty | ConvertTo-JSON

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