| external help file | Sherweb-API-help.xml |
|---|---|
| Module Name | Sherweb-API |
| online version | https://developers.sherweb.com/ |
| schema | 2.0.0 |
Tracks the status of a request (order, amendment, cancellation, ...).
Get-SherwebTrackingStatus [-CustomerId] <String> [-TrackingId] <String> [-ProgressAction <ActionPreference>]
[<CommonParameters>]
The Get-SherwebTrackingStatus function tracks the status of a request (order, amendment, cancellation, ...) on Sherweb.
Get-SherwebTrackingStatus -CustomerId "00000000-0000-0000-0000-000000000000" -TrackingId "00000000-0000-0000-0000-000000000000"
Tracks the status of a request (order, amendment, cancellation, ...) for the specified customer and tracking ID.
The ID of the customer to track the request status for.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe tracking ID of the request to track the status for.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Reference: https://api.sherweb.com/service-provider/v1/tracking/{trackingId}