Skip to content

Commit 66601ad

Browse files
authored
Added History Output
1 parent 494c0a4 commit 66601ad

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,28 @@ localhost/Order/key=<USERKEY>&movieID=<MOVIEID>&locationID=<LOCATIONID>
6666
localhost/History/key=<USERKEY>
6767
```
6868

69-
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+
canceled: "true",
86+
userKey: "WO1V3RK3YDCBA4321"
87+
}
88+
]
89+
}
90+
```
7091
#### Cancel a ticket
7192

7293
```browser

0 commit comments

Comments
 (0)