Update Client Account Bank & Contact Information #11
Labels
No Label
API
Backend
Bug
Completed
Critical
Enhancement
Feature
Frontend
High Priority
InProgress
Low Priority
Mobile
Optimization
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: TPS/birzha-legalizasia-frontend#11
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
update contact info with endpoint PUT /api/account/contacts
update bank info with endpoint PUT /api/account/bank
Contacts & bank data is saved in json string format
Bank validation rules
'account_number' => 'required',
'account_date' => 'required',
'currency' => 'required',
'iban' => 'required',
'bank_name' => 'required',
'country' => 'required'
Contact validation rules
'address' => 'required',
'phone' => 'required',
'email' => 'required'