Commit ac5ae7e1 by ajil.k

integrated with all modules

parent 698b2b03
{
"header": {
"column0": "booking_id",
"column1": "mobile_no",
"column2": "no_of_tickets",
"column3": "date_of_purchase",
"column4": "deleted",
"column5": "preferred_class",
"column6": "seat_numbers",
"column7": "age"
},
"body": [
{
"booking_id": 5,
"mobile_no": 46356754,
"no_of_tickets": 1,
"date_of_purchase": "2023-02-14",
"deleted": true,
"preferred_class": "silver",
"seat_numbers": "40",
"age": 30
},
{
"booking_id": 6,
"mobile_no": 76788655566,
"no_of_tickets": 2,
"date_of_purchase": "2023-02-14",
"deleted": true,
"preferred_class": "gold",
"seat_numbers": "209,210",
"age": 66
},
{
"booking_id": 4,
"mobile_no": 33332233450,
"no_of_tickets": 5,
"date_of_purchase": "2023-02-14",
"deleted": true,
"preferred_class": "gold",
"seat_numbers": "20,21,22,23,24",
"age": 30
},
{
"booking_id": 8,
"mobile_no": 7766554433,
"no_of_tickets": 2,
"date_of_purchase": "2023-02-14",
"deleted": true,
"preferred_class": "silver",
"seat_numbers": "101,100",
"age": 67
},
{
"booking_id": 7,
"mobile_no": 7766554433,
"no_of_tickets": 2,
"date_of_purchase": "2023-02-14",
"deleted": true,
"preferred_class": "silver",
"seat_numbers": "99,98",
"age": 67
},
{
"booking_id": 1,
"mobile_no": 786545676,
"no_of_tickets": 2,
"date_of_purchase": "2023-02-12",
"deleted": true,
"preferred_class": "silver",
"seat_numbers": "10,11",
"age": 30
},
{
"booking_id": 2,
"mobile_no": 7878888888,
"no_of_tickets": 2,
"date_of_purchase": "2023-02-13",
"deleted": true,
"preferred_class": "gold",
"seat_numbers": "10,11",
"age": 25
},
{
"booking_id": 3,
"mobile_no": 566788998,
"no_of_tickets": 1,
"date_of_purchase": "2023-02-13",
"deleted": true,
"preferred_class": "gold",
"seat_numbers": "30",
"age": 25
}
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment