Files
lst/LogisticsSupportTool_API_DOCS/app/forklifts/lease/add lease.bru

26 lines
288 B
Plaintext

meta {
name: add lease
type: http
seq: 1
}
post {
url: {{url}}/lst/api/forklifts/leases
body: json
auth: inherit
}
body:json {
{
"leaseNumber":"Delage DLL",
"startDate": "",
"endDate": "",
"companyId": ""
}
}
settings {
encodeUrl: true
timeout: 0
}