< Back

Get-TechDataApiEndpointUrl

Sun Jan 12, 2020 3:16 pm

NAME Get-TechDataApiEndpointUrl



SYNOPSIS

This function retrieves the Tech Data API Endpoint URL for the specified scenario.





SYNTAX

Get-TechDataApiEndpointUrl -environment <String> -getCustomer [<CommonParameters>]



Get-TechDataApiEndpointUrl -environment <String> -getCustomerDetails [<CommonParameters>]



Get-TechDataApiEndpointUrl -environment <String> -newCustomer [<CommonParameters>]



Get-TechDataApiEndpointUrl -environment <String> -newOrder [<CommonParameters>]



Get-TechDataApiEndpointUrl -environment <String> -getProduct [<CommonParameters>]





DESCRIPTION





PARAMETERS

-environment <String>

Select the endpoint environment.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-getCustomer [<SwitchParameter>]

Select the endpoint to retrieve customers.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-getCustomerDetails [<SwitchParameter>]

Select the endpoint to retrieve a customer's details.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-newCustomer [<SwitchParameter>]

Select the endpoint to create a customer.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-newOrder [<SwitchParameter>]

Select the endpoint to create an order.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-getProduct [<SwitchParameter>]

Select the endpoint to retrieve products.



Required? true

Position? named

Default value False

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