Update Client Account Bank & Contact Information #11

Open
opened 2022-08-11 06:51:32 +00:00 by merdan · 0 comments
Owner
  • 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'

- [ ] 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'
merdan added the
Feature
Frontend
High Priority
labels 2022-08-11 06:51:52 +00:00
merdan added this to the 1.0.0 milestone 2022-08-11 06:51:57 +00:00
merdan added this to the frontend project 2022-08-11 06:52:00 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TPS/birzha-legalizasia-frontend#11
No description provided.