PowerShell Module for interacting with the Sherweb API
Install from the PowerShell Gallery
Install-Module -Name Sherweb-APIRun Connect-Sherweb to get connected. Provide your API credentials.
Example:
$SecureGatewaySubscriptionKey = ConvertTo-SecureString "your-gateway-subscription-key" -AsPlainText -Force
$SecureClientSecret = ConvertTo-SecureString "your-client-secret" -AsPlainText -Force
Connect-Sherweb -ClientId "your-client-id" -ClientSecret $SecureClientSecret -GatewaySubscriptionKey $SecureGatewaySubscriptionKey- Connect-Sherweb
- Get-SherwebCustomerMeterUsages
- Get-SherwebCustomerPlatformDetails
- Get-SherwebCustomerPlatformsConfigurations
- Get-SherwebCustomers
- Get-SherwebCustomerSubscriptionMeters
- Get-SherwebCustomerSubscriptions
- Get-SherwebCustomerSubscriptionsPricingInformation
- Get-SherwebPlatforms
- Get-SherwebTrackingStatus
- New-SherwebOrderRequest
- New-SherwebSubscriptionsAmendment
- New-SherwebSubscriptionsCancellationRequest
- Get-CustomerCatalogItemsPricingInformation
- Get-SherwebCustomerCatalog
- Get-SherwebReceivableCharges