27 lines
334 B
Plaintext
27 lines
334 B
Plaintext
meta {
|
|
name: Get lease
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{url}}/lst/api/forklifts/leases?companyId=b34c6684-ec35-4364-acef-0c1570faf123
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
companyId: b34c6684-ec35-4364-acef-0c1570faf123
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name":"Delage DLL"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|