About Supported HTTP Header Fields
Certain HTTP header fields define the operating parameters of the REST API transaction with Siebel CRM.
The following table contains the HTTP header fields supported by the Siebel REST API.
HTTP Header Field Name | Description | Example |
---|---|---|
Authorization |
The HTTP request header field that indicates the type of authorization. Options include:
|
Authorization: Basic |
Content-Type |
The HTTP request and response header field that indicates the content type of the message body. Content-Type decides the format of response for all requests. The Siebel REST API supports JSON and XML encoding for the request body. The default value is application/JSON. The Content-Type field is used with POST, PUT, and GET requests. When submitting a POST or PUT request, you typically supply a body with the request. You can indicate the format of the response by setting the HTTP Content-Type header on the request. For GET requests, the content type is used to determine the format of response, either XML or JSON. |
Content-Type: application/json |