Cmdlets for Workday

Build 22.0.8479

APIURL Parameter (Connect-Workday Cmdlet)

The complete url to the API endpoint to use for making SOAP requests.

Syntax

Connect-Workday -APIURL string

Data Type

cstr

Default Value

""

Remarks

Instead of entering the Tenant, Service, and Host individually, the complete API URL may be specified in the following format. For example:

https://<host>.workday.com/ccx/service/<tenant>/<Service>

For example, a complete API URL might appear as:

https://wd3-impl-services1.workday.com/ccx/service/mytenant/Human_Resources

Alternatively, the Service may be left out, which will enable all services enabled via the Service property. For example:

https://wd3-impl-services1.workday.com/ccx/service/mytenant

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479