Skip to content

Commit 88cdd03

Browse files
committed
2 parents 41f33d9 + 231c192 commit 88cdd03

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)