POST
/
EHIMode
/
configuration
curl --request POST \
  --url https://gateway.finhub.cloud/cms/1.0.0/EHIMode/configuration \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'organizationId: <organizationid>' \
  --header 'tenantId: <tenantid>' \
  --data '{
  "id": 123,
  "txnType": "<string>",
  "acknowledgement": "<string>",
  "maximumRetry": 123,
  "responseTime": 123,
  "created": "<string>",
  "updated": "<string>",
  "ehimode": "<string>"
}'
"<string>"

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

tenantId
string
required
organizationId
string
required

Body

application/json
id
integer
required
txnType
string
required
acknowledgement
string
required
maximumRetry
integer
required
responseTime
integer
required
created
string
required
updated
string
required
ehimode
string
required

Response

500 - text/plain

The response is of type string.