Page cover

๐Ÿ“–HTTP HEADINGS

The following HTTP headings will be used in the requests:

HEADING

TYPE

DESCRIPTION

Accept

Content-Type

application/json should be set.

Otherwise the application should return 406 Not Acceptable HTTP.

Accept-Language

โ€žplโ€, โ€ženโ€, etc.

Information about the preferred language of the response. The operation does not need to support this heading.

Accept-Charset

โ€žUTF-8โ€

UTF-8 coding

Content-Type

application/json

application/json should be set. Otherwise the operation returns 415 Unsupported Media Type HTTP status code.

RESPONSE HEADINGS

HEADING

REQUIREDNESS

DESCRIPTION

Content-Type

Yes

application/json

Last updated