Question
I already have an API where I already have Account settings and preferences. Request URI: PUT consumer/banking/v{version:apiVersion}/preferences?userId={userId} Sample request body: { accounts: { 89a5503947a755929cd3c03fee28e8c5822f8428466f7212aa4f2be529b062e4: {
I already have an API where I already have Account settings and preferences.
Request URI: PUT consumer/banking/v{version:apiVersion}/preferences?userId={userId}
Sample request body:
{ "accounts": { "89a5503947a755929cd3c03fee28e8c5822f8428466f7212aa4f2be529b062e4": { "order": 1, "preferences": { "balancePeek": "true", "display Name": "My Checking Account", "visible": "true"
Now my question is - Want to create an option of statement, where statement could be E-statement or paper statement with color indication..
Where user can fetch statement by mail, email or on mobile screen according to their preference date. And i also need to JSON request and response code. whereas it was previously put but now i want to patch.
So please give me solution to write user stories with acceptance criteria, given, when then and also give the scenario and error scenario with patch
This is 3rd time i am asking the question, if any expert can give exact solution please give me otherwise please do not give.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started