17 lines
182 B
Text
17 lines
182 B
Text
meta {
|
|
name: LOC POST Merchant
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{localBaseUrl}}/{{resourcePath}}
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "Casey's"
|
|
}
|
|
}
|