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

26 lines
346 B
Plaintext

meta {
name: add lease
type: http
seq: 1
}
post {
url: {{url}}/lst/api/forklifts/leases
body: json
auth: inherit
}
body:json {
{
"leaseNumber":"500-50489192",
"startDate": "11/08/2023",
"endDate": "11/12/2025",
"companyId": "b34c6684-ec35-4364-acef-0c1570faf123"
}
}
settings {
encodeUrl: true
timeout: 0
}