Files
lst/LogisticsSupportTool_API_DOCS/app/forklifts/companies/add company.bru

23 lines
225 B
Plaintext

meta {
name: add company
type: http
seq: 1
}
post {
url: {{url}}/lst/api/forklifts/companies
body: json
auth: inherit
}
body:json {
{
"name":"Delage DLL"
}
}
settings {
encodeUrl: true
timeout: 0
}