Requests and responses form
How to define the comunication format
The Gsped API support up to two formats of data transfer:
JSON
XML
To set the format just define the headers CONTENT-TYPE and ACCEPT
Example for JSON (default)
Content-Type : application/json Accept : application/json
Last updated