v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Balance configurations

Replace balance configuration

Replace an exiting balance configuration.

put/v1/balances-config/{configId}

Path parameters

configIdstring required
Example:66954f26-aaef-49c2-b195-47a8f8410df1

Balance configuration ID

Headers

x-tenantstring

Organization ID

x-cidstring

The Correlation Identifier field is used to link related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. You can find the x-cid field in the response header of an API endpoint call. If the x-cid value isn't passed, one is automatically generated.

Request body

Example request

{
  "global_configs": {
    "impact_parent_accounts": true
  },
  "configs": [
    {
      "model_id": "b3f53d8f-6812-4869-b17a-874d78750cc6"
    }
  ]
}

Response

No content