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