@@ -1296,7 +1296,7 @@ Note: Do html redirect to the password reset successful page and kill the active
1296
1296
Authorization: dd3343ae567c8f8a0b9e8f
1297
1297
1298
1298
+ Parameters
1299
- + booking_id (Number) - ID of the booking
1299
+ + booking_id: "10" (Number) - ID of the booking
1300
1300
1301
1301
+ Response 200 (application/json)
1302
1302
@@ -2471,7 +2471,7 @@ Check if the Worker matches some tags on the booking and worker is not assigned
2471
2471
+ Parameters
2472
2472
+ limit: "10" (Number) - Number of records to return
2473
2473
+ skip: "0" (Number) - Number of records to skip
2474
- + booking_id (Number) - ID of the booking
2474
+ + booking_id: "10" (Number) - ID of the booking
2475
2475
2476
2476
+ Response 200 (application/json)
2477
2477
@@ -2545,7 +2545,7 @@ Check if the Worker matches some tags on the booking and worker is not assigned
2545
2545
Authorization: dd3343ae567c8f8a0b9e8f
2546
2546
2547
2547
+ Parameters
2548
- + booking_id (Number) - ID of the booking
2548
+ + booking_id: "10" (Number) - ID of the booking
2549
2549
2550
2550
+ Response 200 (application/json)
2551
2551
@@ -2607,9 +2607,9 @@ Check if the Worker matches some tags on the booking and worker is not assigned
2607
2607
Authorization: dd3343ae567c8f8a0b9e8f
2608
2608
2609
2609
+ Parameters
2610
- + booking_id (Number) - ID of the booking
2611
- + skip (Number) - Number of records to skip
2612
- + limit (Number) - Number of records to return
2610
+ + booking_id: "10" (Number) - ID of the booking
2611
+ + skip: "10" (Number) - Number of records to skip
2612
+ + limit: "10" (Number) - Number of records to return
2613
2613
2614
2614
+ Response 200 (application/json)
2615
2615
@@ -2684,7 +2684,7 @@ Add the rating and review to each worker assigned to the project
2684
2684
Authorization: dd3343ae567c8f8a0b9e8f
2685
2685
2686
2686
+ Parameters
2687
- + booking_id (Number) - ID of the booking
2687
+ + booking_id: "10" (Number) - ID of the booking
2688
2688
2689
2689
+ Request (application/json)
2690
2690
@@ -2747,7 +2747,7 @@ Add the rating and review to each worker assigned to the project
2747
2747
Authorization: dd3343ae567c8f8a0b9e8f
2748
2748
2749
2749
+ Parameters
2750
- + booking_id (Number) - ID of the booking
2750
+ + booking_id: "10" (Number) - ID of the booking
2751
2751
2752
2752
+ Response 200 (application/json)
2753
2753
@@ -2873,7 +2873,7 @@ Remember to requery the transaction to confirm the true state from the processor
2873
2873
Authorization: dd3343ae567c8f8a0b9e8f
2874
2874
2875
2875
+ Parameters
2876
- + payment_id (Number) - ID of the payment
2876
+ + payment_id: "10" (Number) - ID of the payment
2877
2877
2878
2878
+ Request (application/json)
2879
2879
@@ -2941,7 +2941,7 @@ Remember to requery the transaction to confirm the true state from the processor
2941
2941
Authorization: dd3343ae567c8f8a0b9e8f
2942
2942
2943
2943
+ Parameters
2944
- + user_id (Number) - ID of the user
2944
+ + user_id: "10" (Number) - ID of the user
2945
2945
+ limit: "10" (Number) - Number of records to return
2946
2946
+ skip: "0" (Number) - Number of records to skip
2947
2947
+ status: "completed" (String) - Status of a booking
@@ -3921,8 +3921,8 @@ If user_id is not provided, get current users wallet balance
3921
3921
Authorization: dd3343ae567c8f8a0b9e8f
3922
3922
3923
3923
+ Parameters
3924
- + skip (Number) - Number of records to skip
3925
- + limit (Number) - Number of records to return
3924
+ + skip: "10" (Number) - Number of records to skip
3925
+ + limit: "10" (Number) - Number of records to return
3926
3926
3927
3927
+ Response 200 (application/json)
3928
3928
@@ -3989,9 +3989,9 @@ If user_id is not provided, get current users wallet balance
3989
3989
Authorization: dd3343ae567c8f8a0b9e8f
3990
3990
3991
3991
+ Parameters
3992
- + skip (Number) - Number of records to skip
3993
- + limit (Number) - Number of records to return
3994
- + user_id (String) - Id of the user we want to get a statement for
3992
+ + skip: "10" (Number) - Number of records to skip
3993
+ + limit: "10" (Number) - Number of records to return
3994
+ + user_id: "10" (String) - Id of the user we want to get a statement for
3995
3995
3996
3996
+ Response 200 (application/json)
3997
3997
0 commit comments