Skip to main content
PUT
/
tenant
/
{tenantId}
/
wallets
/
{id}
/
is_active
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "success": true
  }
}

Path Parameters

tenantId
integer
required
id
integer
required

Query Parameters

value
boolean

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object