Excerpt | ||
---|---|---|
| ||
The API services use a RESTful architecture and require HTTP authentication |
. |
All POST and PUT requests expect a data payload to be sent as the HTTP body, together with specific header values. The request payload is always JSON format (which must be specified using the Content-Type header). JSON does not enforce element order within messages and any client implementation must not assume an order within elements.
...