v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Parameters

Update program(s) parameters

Update program parameter values for one or more programs.

For more information, refer to the program parameters reference table.

post/programs/v1/programs/parameters/batch

Request body

parameter_idinteger

Parameter ID. Parameter IDs can change depending on the environment and, consequently, are not listed in the program parameters reference table. Use the List program parameters endpoint to get the IDs for your program/account parameters.

valuenumber float

Parameter value

programsinteger[]

List of allowed program IDs. The programs must belong to the organization. This list is used for validation during the Create transaction banking account process. You can retrieve the organization programs using the List programs endpoint. If no program IDs are specified, this division inherits the program_ids list from the parent division, if it exists.

Example request

[
  {
    "parameter_id": 11,
    "value": 1.5,
    "programs": [
      1,
      2,
      3
    ]
  }
]

Response

No Content