Closed scubes13 closed 2 years ago
The example reads: New-CWMCompanyTypeAssociation -company @{id = 4385} -Type @{type = @{id = 68}}
New-CWMCompanyTypeAssociation -company @{id = 4385} -Type @{type = @{id = 68}}
In testing, it should read as: New-CWMCompanyTypeAssociation -company @{id = 4385} -Type @{id = 68}
New-CWMCompanyTypeAssociation -company @{id = 4385} -Type @{id = 68}
Docs updated
The example reads:
New-CWMCompanyTypeAssociation -company @{id = 4385} -Type @{type = @{id = 68}}
In testing, it should read as:
New-CWMCompanyTypeAssociation -company @{id = 4385} -Type @{id = 68}