19032: Invalid location input
ERROR
Twilio returned this error because the location data in your request body is invalid. One or more location fields are missing, duplicated, empty, or formatted incorrectly, so Twilio cannot process the request.
- A required location field is missing from the request body.
- A location field contains an invalid value.
- The same location field is included more than once.
- The request body does not match the expected schema for the Phone Numbers API resource you are trying to update or create.
- Address or regional fields are provided in a format that Twilio does not accept.
- Review the request body and confirm that all required location fields are present.
- Remove any duplicate parameters from the request.
- Validate each location value before you send the request.
- Check the specific Phone Numbers API resource you are using and make sure your request matches the expected parameter names and formats.
- If you are submitting address-related data, verify that the country, region, locality, and postal code values are supported and correctly formatted.