-
Notifications
You must be signed in to change notification settings - Fork 10
Set GResellerCustomer
Update a customer resource if one it exists and is owned by the reseller. This method supports Set semantics.
Set-GResellerCustomer [-TargetCustomerId] <String> [-AlternateEmail] <String> [-CustomerDomain] <String>
[[-CustomerDomainVerified] <Boolean>] [[-CustomerId] <String>] [[-PhoneNumber] <String>]
[[-PostalAddress1] <String>] [[-PostalAddress2] <String>] [[-PostalAddress3] <String>]
[[-PostalContactName] <String>] [[-PostalCountryCode] <String>] [[-PostalLocality] <String>]
[[-PostalOrgName] <String>] [[-PostalCode] <String>] [[-PostalRegion] <String>]
[-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf] [-Confirm]
Set-GResellerCustomer [-TargetCustomerId] <String> [-AlternateEmail] <String> [-CustomerDomain] <String>
[[-CustomerDomainVerified] <Boolean>] [[-CustomerId] <String>] [[-PhoneNumber] <String>]
[[-PostalAddress] <Address>] [-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf]
[-Confirm]
Update a customer resource if one it exists and is owned by the reseller. This method supports Set semantics.
PS C:\> Set-GResellerCustomer -CustomerId $SomeCustomerIdString -CustomerBody $SomeCustomerObj
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
Id of the Customer
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe alternate email of the customer.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe domain name of the customer.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseWhether the customer's primary domain has been verified.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe id of the customer.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe phone number of the customer.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe postal address of the customer.
Type: Address
Parameter Sets: Body
Aliases:
Required: False
Position: 7
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe postal address of the customer.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 7
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe second postal address of the customer.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 8
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe third postal address of the customer.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 9
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseName of the contact person.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 10
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseISO 3166 country code.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 11
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseName of the locality. This is in accordance with - http://portablecontacts.net/draft-spec.html#address_element.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 12
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseName of the organization.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 13
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe postal code. This is in accordance with - http://portablecontacts.net/draft-spec.html#address_element.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 14
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseName of the region. This is in accordance with - http://portablecontacts.net/draft-spec.html#address_element.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 15
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseA Standard Query Parameters Object.
Type: StandardQueryParameters
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: FalseThe GAuthId representing the gShell auth credentials this cmdlet should use to run.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: FalseId of the Customer
The alternate email of the customer.
The domain name of the customer.
Whether the customer's primary domain has been verified.
The id of the customer.
The phone number of the customer.
The postal address of the customer.
The postal address of the customer.
The second postal address of the customer.
The third postal address of the customer.
Name of the contact person.
ISO 3166 country code.
Name of the locality. This is in accordance with - http://portablecontacts.net/draft-spec.html#address_element.
Name of the organization.
The postal code. This is in accordance with - http://portablecontacts.net/draft-spec.html#address_element.
Name of the region. This is in accordance with - http://portablecontacts.net/draft-spec.html#address_element.
Part of the gShell Project, relating to the Google Reseller API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads