payload in webserivce call code example
Example: what do you understand by payload in restful web service
Payload is the secured input data
which is sent to API to process the
request. Payload is generally
represented in JSON format in REST API'S.