Files
lst/LogisticsSupportTool_API_DOCS/app/forklifts/companies/Get Companies.bru

23 lines
226 B
Plaintext

meta {
name: Get Companies
type: http
seq: 2
}
get {
url: {{url}}/lst/api/forklifts/companies
body: none
auth: inherit
}
body:json {
{
"name":"Delage DLL"
}
}
settings {
encodeUrl: true
timeout: 0
}