< Back

Get-TechDataCustomerDetails

Sun Jan 12, 2020 3:19 pm

NAME Get-TechDataCustomerDetails



SYNOPSIS

This function retrieves the details of a single TechData customer.





SYNTAX

Get-TechDataCustomerDetails [[-apiHeaders] <Object>] [-customerID] <String> [[-environment] <String>]

[<CommonParameters>]





DESCRIPTION

This function retrieves the details of a single TechData customer.

The customer object retrieved is more detailed than that retrieved using Get-TechDataCustomer.





PARAMETERS

-apiHeaders <Object>

The TechData API headers generated by Get-TechDataRestApiHeaders.



Required? false

Position? 1

Default value $Global:TechDataApiHeaders

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-customerID <String>

The ID of the company of the customer.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-environment <String>

The environment to which the call will be made, either production or test.



Required? false

Position? 3

Default value test

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS