getAmountTypeById
getAmountTypeById
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
account string
deletable boolean
id int64
name string
positiveBalance boolean
repayable boolean
system boolean
{
"account": "string",
"deletable": true,
"id": 0,
"name": "string",
"positiveBalance": true,
"repayable": true,
"system": true
}
Unauthorized
Forbidden
Not Found
Loading...