Skip to content

Commit fd4dd77

Browse files
authored
Update workday-inbound-tutorial.md
1 parent 31ed3a7 commit fd4dd77

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/active-directory/saas-apps/workday-inbound-tutorial.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -834,13 +834,10 @@ This functionality is not supported currently. Recommended workaround is to depl
834834
The solution currently uses the following Workday APIs:
835835

836836
* The **Workday Web Services API URL** format used in the **Admin Credentials** section, determines the API version used for Get_Workers
837-
| Workday Web Service API URL | API Version used |
838-
|-------------------------------------------------------------------------|--------------|
839-
| https://\#\#\#\#\.workday\.com/ccx/service/tenantName | v21\.1 |
840-
| https://\#\#\#\#\.workday\.com/ccx/service/tenantName/Human\_Resources | v21\.1 |
841-
| https://\#\#\#\#\.workday\.com/ccx/service/tenantName/Human\_Resources/v\#\#\.\# | v\#\#\.\# |
842-
843-
837+
If the URL format is: https://\#\#\#\#\.workday\.com/ccx/service/tenantName , then API v21.1 is used.
838+
If the URL format is: https://\#\#\#\#\.workday\.com/ccx/service/tenantName/Human\_Resources , then API v21.1 is used
839+
If the URL format is: https://\#\#\#\#\.workday\.com/ccx/service/tenantName/Human\_Resources/v\#\#\.\# , then the specified API version is used. (Example: if v34.0 is specified, then it is used.)
840+
844841
* Workday Email Writeback feature uses Maintain_Contact_Information (v26.1)
845842
* Workday Username Writeback feature uses Update_Workday_Account (v31.2)
846843

0 commit comments

Comments
 (0)