We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494c0a4 commit 66601adCopy full SHA for 66601ad
README.md
@@ -66,7 +66,28 @@ localhost/Order/key=<USERKEY>&movieID=<MOVIEID>&locationID=<LOCATIONID>
66
localhost/History/key=<USERKEY>
67
```
68
69
-
+Response:
70
+```json
71
+{
72
+status: "success",
73
+orders: [
74
75
+id: "1",
76
+movieID: "1",
77
+locationID: "1",
78
+canceled: "true",
79
+userKey: "WO1V3RK3YDCBA4321"
80
+},
81
82
+id: "2",
83
+movieID: "2",
84
+locationID: "2",
85
86
87
+}
88
+]
89
90
+```
91
#### Cancel a ticket
92
93
```browser
0 commit comments