PhoneValidation
Validates phone number data to ensure it is valid for Workday.
Workday Resource Information
Validates the specified completePhoneNumber in the request body.The completePhoneNumber field is required in the request body.
If the specified completePhoneNumber is valid, this method returns the 201 response status. If the specified completePhoneNumber is invalid, this method returns the 400 response status with a validation error message.
This method assumes the Allowed Phone Validations for the country of the phone is enabled on the Tenant Setup - Global configuration.
If the tenant configuration has disabled the Allowed Phone Validations for the associated country, the validation returns as valid.
Secured by: REST API Public
Input
| Name | Type | Description |
| CompletePhoneNumber | String | The full phone number, including the country code and area code. |
| CountryPhoneCode_CountryPhoneCode | String | The numeric phone code assigned to a country. |
| CountryPhoneCode_CountryPhoneCodeID | String | Reference id of the instance |
| CountryPhoneCode_Country_Descriptor | String | Descriptive label for the country associated with the phone code. |
| CountryPhoneCode_Country_Id | String | Unique identifier for the country associated with the phone code. |
| CountryPhoneCode_Descriptor | String | Descriptive label for the phone code entry. |
| CountryPhoneCode_Id | String | Unique identifier for the phone code entry. |
| DeviceType_Descriptor | String | Descriptive label for the type of device associated with the phone number. |
| DeviceType_Id | String | Unique identifier for the device type associated with the phone number. |
Result Set Columns
| Name | Type | Description |
| CompletePhoneNumber | String | The full phone number, including the country code and area code. |
| CountryPhoneCode_CountryPhoneCode | String | The numeric phone code assigned to a country. |
| CountryPhoneCode_CountryPhoneCodeID | String | Reference id of the instance |
| CountryPhoneCode_Country_Descriptor | String | Descriptive label for the country associated with the phone code. |
| CountryPhoneCode_Country_Id | String | Unique identifier for the country associated with the phone code. |
| CountryPhoneCode_Descriptor | String | Descriptive label for the phone code entry. |
| CountryPhoneCode_Id | String | Unique identifier for the phone code entry. |
| DeviceType_Descriptor | String | Descriptive label for the type of device associated with the phone number. |
| DeviceType_Id | String | Unique identifier for the device type associated with the phone number. |