added merchants resource
This commit is contained in:
parent
d7ad5828af
commit
b5ced781c9
17 changed files with 214 additions and 80 deletions
18
bruno/Common Cents/Merchants/LOC PUT Merchant.bru
Normal file
18
bruno/Common Cents/Merchants/LOC PUT Merchant.bru
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
meta {
|
||||
name: LOC PUT Merchant
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{localBaseUrl}}/merchants
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"id": "1d6d2842-b271-489b-bd93-e3ceaee5a139",
|
||||
"name": "Walmart"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue