You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
439 B
22 lines
439 B
{
|
|
"todoList": [
|
|
{
|
|
"user": "Nishanth Patil",
|
|
"quotation": "Send quotation",
|
|
"bike": "Pulsar 220",
|
|
"status": "Overdue"
|
|
},
|
|
{
|
|
"user": "Nishanth Patil",
|
|
"quotation": "Send quotation",
|
|
"bike": "Pulsar 220",
|
|
"status": "Overdue"
|
|
}
|
|
],
|
|
"myPerformance": {
|
|
"sales": "5",
|
|
"rides": "26",
|
|
"bookings": "60",
|
|
"nps": "60"
|
|
}
|
|
}
|