PUT
/
v1
/
stip
/
accounts
/
{id}
/
external-balance
curl --request PUT \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/spend-control/v1/stip/accounts/{id}/external-balance \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 3.14,
  "currency": "EUR"
}'
This response does not have an example.

Path Parameters

id
string
required

Account id

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Response

204

Successful operation