Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the

19037: When updating a location at least one field should be updated


ERROR: 19037

error-19037 page anchor
API
ERROR

This error occurs when your location update request does not include any location data for Twilio to change. Send at least one valid location field in the request body before you retry.

Possible causes

possible-causes page anchor
  • The update request did not include any location updates.
  • The request body was reduced to an empty update, so Twilio received no changes to apply.
  • The values you intended to update were omitted from the final payload.
  • Include at least one location field in the update request before you retry.
  • Verify that the final request body contains the location value you want to change and is not empty.
  • If you update type, use only work, home, or other.
  • If you update a country code, use a valid ISO 3166-1 alpha-2 value.
  • Review the request body for invalid length or invalid data type issues before you send the update again.

Additional resources

additional-resources page anchor