What is payload in RESTFul Web services?
Question
What is payload in RESTFul Web services?
Answer
The ""payload"" is the data you are interested in transporting. This is differentiated from the things that wrap the data for transport like the HTTP/S Request/Response headers, authentication, etc.