A list of all bank data registered in the system
Unable to return a list of all bank data due to validation error
No bank data registered in the system was found
[- {
- "id": 0,
- "agency": "string",
- "account": "string",
- "digit": "string",
- "bank": {
- "id": 0,
- "name": "string",
- "code": 0
}
}
]
A list of all bank data for a user registered in the system
Unable to return a list of all bank data for a user due to validation error
No bank data for a user registered in the system was found
[- {
- "id": 0,
- "agency": "string",
- "account": "string",
- "digit": "string",
- "bank": {
- "id": 0,
- "name": "string",
- "code": 0
}
}
]
Add a new user's bank details
Unable to add a new user's bank data due to validation error
{- "bankId": 1,
- "agency": "1234",
- "account": "12345-6",
- "digit": "12345"
}
{- "id": 1,
- "agency": "10853-3",
- "account": "4298",
- "digit": "3123",
- "bank": {
- "id": 4,
- "name": "Banco Itaú Unibanco S.A.",
- "code": 341
}
}
A list of all bank data for a clinic registered in the system
Unable to return a list of all bank data for a clinic due to validation error
No bank data for a clinic registered in the system was found
[- {
- "id": 0,
- "agency": "string",
- "account": "string",
- "digit": "string",
- "bank": {
- "id": 0,
- "name": "string",
- "code": 0
}
}
]
Add a new clinic's bank details
Unable to add a new clinic's bank data due to validation error
{- "bankId": 1,
- "agency": "1234",
- "account": "12345-6",
- "digit": "12345"
}
{- "id": 1,
- "agency": "10853-3",
- "account": "4298",
- "digit": "3123",
- "bank": {
- "id": 4,
- "name": "Banco Itaú Unibanco S.A.",
- "code": 341
}
}
Update a clinic's bank details
Unable to update a clinic's bank data due to validation error
No bank data registered with this id in the system was found
{- "bankId": 1,
- "agency": "4298",
- "account": "10853-3",
- "digit": "12353"
}
{- "id": 1,
- "agency": "10853-3",
- "account": "4298",
- "digit": "3123",
- "bank": {
- "id": 4,
- "name": "Banco Itaú Unibanco S.A.",
- "code": 341
}
}
A list of all banks registered in the system
Unable to return a list of all banks due to validation error
No banks registered in the system was found
[- {
- "id": 0,
- "name": "string",
- "code": 0
}
]
Add a new banks details
Unable to add a new banks due to validation error
{- "name": "Banco do Brasil S.A.",
- "code": 1
}
{- "id": 4,
- "name": "Banco Itaú Unibanco S.A.",
- "code": 341
}