Get the rum detail
GET/account/mandate/multipayment/vrum/:clientId/
Get the rum detail
Request
Path Parameters
clientId stringrequired
The Id of the client you want to get
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Return rum details
- application/json
- Schema
- Example (from schema)
Schema
bic string
iban string
rum string
dateRum string
{
"bic": "OPSPFR21OLK",
"iban": "FR7619733000010100000002935",
"rum": "TIPOU66AZ3712L000000108680",
"dateRum": "null"
}
No data found with this clientId
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...