Skip to main content

ImportNonEmployeeRecordsInBulkV1Request

Properties

NameTypeDescriptionNotes
VarDataSystem.IO.FileInfo[required]

Examples

  • Prepare the resource
$ImportNonEmployeeRecordsInBulkV1Request = Initialize-ImportNonEmployeeRecordsInBulkV1Request  -VarData null
  • Convert the resource to JSON
$ImportNonEmployeeRecordsInBulkV1Request | ConvertTo-JSON

[Back to top]