Basic structure of the REST-URI:
https://rest.trade-server.net/(HNR)/(TARGET)/?channel=(CHANNEL_ID)[&filter=kriterium]
The call of the REST interface requires the
Required Fields
|
|
|
|
|
|
|
|
Return values
In general, each REST call gets an XML answer. You receive either the requested result or a status message that is accompanied by a status code in the HTTP header to indicate the successful or failed processing.
In addition to the respective content, you must take into account the http status code (header) response:
- 200 (all codes beginning with 2xx): call/processing successfully.
- 400 (all codes starting with 4xx): call not successful or request failed.
- 500 (all codes starting with 5xx): faulty processing
REST calls
|
|
|
|