OneData 10.7 | Managing Master Data with webMethods OneData | Developing for webMethods OneData | RESTful Web Services | HTTP Request Header Parameters for operations supported in OneData
 
HTTP Request Header Parameters for operations supported in OneData
The following table lists the essential header parameters for GET and POST requests in REST calls and the OneData response formats.
HTTP Method
OneData Operation
Accept Header
Content-type
OneData Response
GET
GET
application/json
Not applicable
JSON
application/xml
Not applicable
XML
-
Not applicable
XML (Default)
POST
POST
Not applicable
application/json
JSON
Not applicable
application/xml
XML
Not applicable
-
XML (Default)
POST
GET with filters
application/json
application/x-www-form-urlencoded
JSON
application/xml
application/x-www-form-urlencoded
XML
-
application/x-www-form-urlencoded
XML (Default)