v2

latestOpenAPI 3.1.02026-07-267085761.0 MB
Admin Uniteller

Edit Payout Country

Edit a stored payout country (name, iso codes, currencies, active flag, order) by its id.

put/api/admin/uniteller/country/{country_row_id}

Path parameters

country_row_idinteger required

Request body

country_namestring nullable
iso2string nullable
iso3string nullable
currenciesstring[] nullable
is_activeboolean
display_orderinteger nullable

Response

Successful Response

successboolean

Indicates whether the request was processed successfully.

messagestring

A short, human-readable message describing the result of the request.

{"stackTrail":"components:schemas:CommonResponse:properties:data:anyOf","oasType":"schema","type":"unknown","title":"Data","description":"The main response payload, if applicable","nullable":true}
queryGeneratedTimenumber nullable

The Unix timestamp (in seconds) indicating when the response was generated.

Example response

{
  "success": true,
  "message": "Operation completed.",
  "queryGeneratedTime": 1718006400
}