Edit the identified client
PUT/account/bankAccount/:bankAccountId/edit
Edit the identified client
Request
Path Parameters
bankAccountId stringrequired
The ID of the client you want to edit
- application/json
Body
Data to send
iban string
iban
active boolean
active
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Bank account updated
- application/json
- Schema
- Example (from schema)
Schema
STATUS string
LABEL string
{
"STATUS": "SUCCESS",
"LABEL": "bankAccountId 17662 updated"
}
No data found with this ID
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...