For Spring REST project there is a CustomerDTO.java class -
public class CustomerDTO{ Long phoneNo; // getters ans setters of phoneNo }
Usi