-
Notifications
You must be signed in to change notification settings - Fork 0
/
requests.http
62 lines (43 loc) · 1.33 KB
/
requests.http
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Call api to get scannerAuthUser
GET https://localhost/api/customerName?customer=1 HTTP/1.1
Content-Type: application/json
sbf-API-secret: developmentsecret
###
POST https://localhost/api/keypadOrder HTTP/1.1
Content-Type: application/json
sbf-API-secret: developmentsecret
{
"customer": 1,
"product": 1
}
###
GET https://localhost/api/scannerAuthUser?customer=123456 HTTP/1.1
Content-Type: application/json
sbf-API-secret: developmentsecret
###
GET https://localhost/api/scannerProduct?product=123 HTTP/1.1
Content-Type: application/json
sbf-API-secret: developmentsecret
###
GET https://localhost/api/customerInsights?customer=00420123456789 HTTP/1.1
Content-Type: application/json
sbf-API-secret: developmentsecret
###
GET https://localhost/api/customerInsights?customer=%2B420123456789 HTTP/1.1
Content-Type: application/json
sbf-API-secret: developmentsecret
###
GET https://localhost/api/customerInsights?customer=00420 123 456 789 HTTP/1.1
Content-Type: application/json
sbf-API-secret: developmentsecret
###
GET https://localhost/api/productList HTTP/1.1
Content-Type: application/json
sbf-API-secret: developmentsecret
###
GET https://localhost/api/productList?voicebot=1 HTTP/1.1
Content-Type: application/json
sbf-API-secret: developmentsecret
###
GET https://localhost/api/latestOrders HTTP/1.1
Content-Type: application/json