@@ -1387,6 +1387,7 @@ Note: Do html redirect to the password reset successful page and kill the active
1387
1387
" bathroom" : 1 ,
1388
1388
" cupboard" : 1
1389
1389
},
1390
+ " products" : [],
1390
1391
" statu" : " pending" ,
1391
1392
" payments" : [
1392
1393
{
@@ -1434,6 +1435,7 @@ Note: Do html redirect to the password reset successful page and kill the active
1434
1435
" bathroom" : 1 ,
1435
1436
" cupboard" : 1
1436
1437
},
1438
+ " products" : [],
1437
1439
" statu" : " completed" ,
1438
1440
" payments" : [
1439
1441
{
@@ -1481,6 +1483,7 @@ Note: Do html redirect to the password reset successful page and kill the active
1481
1483
" bathroom" : 1 ,
1482
1484
" cupboard" : 1
1483
1485
},
1486
+ " products" : [],
1484
1487
" statu" : " canceled" ,
1485
1488
" payments" : [
1486
1489
{
@@ -1528,6 +1531,7 @@ Note: Do html redirect to the password reset successful page and kill the active
1528
1531
" bathroom" : 1 ,
1529
1532
" cupboard" : 1
1530
1533
},
1534
+ " products" : [],
1531
1535
" statu" : " ongoing" ,
1532
1536
" payments" : [
1533
1537
{
@@ -1631,6 +1635,7 @@ Note: Do html redirect to the password reset successful page and kill the active
1631
1635
" bathroom" : 1 ,
1632
1636
" cupboard" : 1
1633
1637
},
1638
+ " products" : [],
1634
1639
" statu" : " ongoing" ,
1635
1640
" payments" : [
1636
1641
{
@@ -1851,6 +1856,7 @@ Note: Do html redirect to the password reset successful page and kill the active
1851
1856
" cupboard" : 1
1852
1857
},
1853
1858
" statu" : " pending" ,
1859
+ " products" : [],
1854
1860
" payments" : [
1855
1861
{
1856
1862
" user_id" : " 2d3343ae567c8f8a0b9e8f" ,
@@ -1898,6 +1904,7 @@ Note: Do html redirect to the password reset successful page and kill the active
1898
1904
" cupboard" : 1
1899
1905
},
1900
1906
" statu" : " completed" ,
1907
+ " products" : [],
1901
1908
" payments" : [
1902
1909
{
1903
1910
" user_id" : " 2d3343ae567c8f8a0b9e8f" ,
@@ -1945,6 +1952,7 @@ Note: Do html redirect to the password reset successful page and kill the active
1945
1952
" cupboard" : 1
1946
1953
},
1947
1954
" statu" : " canceled" ,
1955
+ " products" : [],
1948
1956
" payments" : [
1949
1957
{
1950
1958
" user_id" : " 2d3343ae567c8f8a0b9e8f" ,
@@ -1992,6 +2000,7 @@ Note: Do html redirect to the password reset successful page and kill the active
1992
2000
" cupboard" : 1
1993
2001
},
1994
2002
" statu" : " ongoing" ,
2003
+ " products" : [],
1995
2004
" payments" : [
1996
2005
{
1997
2006
" user_id" : " 2d3343ae567c8f8a0b9e8f" ,
@@ -2088,6 +2097,7 @@ Note: Do html redirect to the password reset successful page and kill the active
2088
2097
"bathroom": 1,
2089
2098
"cupboard": 1
2090
2099
},
2100
+ "products":[],
2091
2101
"offline": true
2092
2102
}
2093
2103
@@ -2223,6 +2233,12 @@ Refunds should go to the customers wallet's balance, so he can use it for anothe
2223
2233
2224
2234
+ Parameters
2225
2235
+ booking_id: "10" (Number) - ID of booking to refund
2236
+
2237
+ + Request (application/json)
2238
+
2239
+ {
2240
+ "products": []
2241
+ }
2226
2242
2227
2243
+ Response 200 (application/json)
2228
2244
0 commit comments