added merchants resource
This commit is contained in:
parent
d7ad5828af
commit
b5ced781c9
17 changed files with 214 additions and 80 deletions
15
bruno/Common Cents/Merchants/LOC GET Merchant By ID.bru
Normal file
15
bruno/Common Cents/Merchants/LOC GET Merchant By ID.bru
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
meta {
|
||||
name: LOC GET Merchant By ID
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{localBaseUrl}}/merchants/{{merchantId}}
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
merchantId: 1d6d2842-b271-489b-bd93-e3ceaee5a139
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue