19031: Maximum number of locations allowed reached
API
ERROR
This error occurs when your request tries to create more than five locations for a single contact. Reduce the total number of locations in the contact payload before you retry the request.
- The request body includes more than five location objects for one contact.
- The contact already has five saved locations and the request tries to add another one.
- A bulk upsert request adds locations to an existing contact and pushes the total above the five-location limit.
- Send no more than five locations for each contact.
- Remove an existing location before you add a new one.
- Review the full contact payload before you retry the request and remove duplicate, outdated, or unnecessary locations.
- If you update contacts in bulk, validate the final number of locations for each contact so the combined total does not exceed five.