Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
149 lines (107 loc) · 3.07 KB

Set-PCBillingProfile.md

File metadata and controls

149 lines (107 loc) · 3.07 KB

Set-PCBillingProfile

Updates a partner's billing profile.

SYNTAX

Set-PCBillingProfile [[-Country] <String>] [[-AddressLine1] <String>] [[-AddressLine2] <String>] [[-City] <String>] [[-State] <String>] [[-PostalCode] <String>] [[-FirstName] <String>] [[-LastName] <String>] [[-PhoneNumber] <String>] [[-SaToken] <String>] [<CommonParameters>]

DESCRIPTION

The Set-PCBillingProfile cmdlet updates the partner's billing profile.

PARAMETERS

-Country <String>

Specifies the billing contact's country two letter ISO code.

Required?                    false
Position?                    1
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-AddressLine1 <String>

Specifies the first address line for the billing contact.

Required?                    false
Position?                    2
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-AddressLine2 <String>

Specifies the second address line for the billing contact.

Required?                    false
Position?                    3
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-City <String>

Specifies the billing contact's city.

Required?                    false
Position?                    4
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-State <String>

Specifies the billing contact's state.

Required?                    false
Position?                    5
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-PostalCode <String>

Specifies the billing contact's postal code.

Required?                    false
Position?                    6
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-FirstName <String>

Specifies the billing contact's first name.

Required?                    false
Position?                    7
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-LastName <String>

Specifies the billing contact's last name.

Required?                    false
Position?                    8
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-PhoneNumber <String>

Specifies the billing contact's phone number.

Required?                    false
Position?                    9
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-SaToken <String>

Specifies an authentication token with your Partner Center credentials.

Required?                    false
Position?                    10
Default value                $GlobalToken
Accept pipeline input?       false
Accept wildcard characters?  false

INPUTS

OUTPUTS

NOTES

EXAMPLES

EXAMPLE 1

Set-PCBillingProfile -FirstName '<first name>' -LastName '<last name>' -PhoneNumber '<phone number>' -AddressLine1 '<address 1>' -AddressLine2 '<address 2>'