batman
This commit is contained in:
17
Byndle/Stoplists/Global Application.bru
Normal file
17
Byndle/Stoplists/Global Application.bru
Normal file
@@ -0,0 +1,17 @@
|
||||
meta {
|
||||
name: Global Application
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{host}}/stoplists/{{stoplistId}}/global
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
[
|
||||
"PersonAddress", "Phone"
|
||||
]
|
||||
}
|
11
Byndle/Stoplists/Globals.bru
Normal file
11
Byndle/Stoplists/Globals.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Globals
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{host}}/stoplists/global
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
15
Byndle/Stoplists/SetGlobal.bru
Normal file
15
Byndle/Stoplists/SetGlobal.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: SetGlobal
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{host}}/stoplists/{{stoplistId}}/global/{{isGlobal}}
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
isGlobal: true
|
||||
}
|
11
Byndle/Stoplists/Stoplist.bru
Normal file
11
Byndle/Stoplists/Stoplist.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Stoplist
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{host}}/stoplists/{{stoplistId}}
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
11
Byndle/Stoplists/Stoplists.bru
Normal file
11
Byndle/Stoplists/Stoplists.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Stoplists
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{host}}/stoplists
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
Reference in New Issue
Block a user