Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 927 Bytes

File metadata and controls

35 lines (29 loc) · 927 Bytes

Attachment

Properties

Name Type Description Notes
CustNo Int32
FileName String
EmpId String
Category Int32
EnterDate System.DateTime [optional]
Description String [optional]
HandHeld Boolean [optional]
WebAvailable Boolean [optional]

Examples

  • Prepare the resource
$Attachment = Initialize-RealGreenSaPSAttachment  -CustNo null `
 -FileName null `
 -EmpId null `
 -Category null `
 -EnterDate null `
 -Description null `
 -HandHeld null `
 -WebAvailable null
  • Convert the resource to JSON
$Attachment | ConvertTo-JSON

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