POSTMAN JSON BODY
{
“phone”: [0450152343],
“mobile”: 0434329079
}
JAVA CLASS
private List phone;
private Integer mobile;
GETTING THIS ERROR
{
“message”: “Invalid numeric value: Leading zeroes not allowedn at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 10, column: 14] (through reference chain: au.webcentral.servicebird.model.ContactAttributeRequest[“phone”])”
}