1.1 Rest HTTP Headers
The following are the headers that are expected in all the requests that are sent to the Rest API application.
Field | Description |
---|---|
userId | OBTF login user Id |
branch | The bank branch to which the user belongs. |
msgId | A alphanumeric input from the consumer. |
source | Source of the request whether it is OBTF or an external system. |
Content-Type | This mentions the format of the input /output. Since we are using the JSON format we will give the content-type as application/json. |
Entity | Entity ID |
Parent topic: Rest API Services - Overview