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

26 lines
344 B
Plaintext

meta {
name: add lease
type: http
seq: 1
}
post {
url: {{url}}/lst/api/forklifts/leases
body: json
auth: inherit
}
body:json {
{
"leaseNumber":"40829107-1",
"startDate": "11/08/2023",
"endDate": "11/12/2025",
"companyId": "59c4eaa3-55db-4348-a033-f2fcd91a91d1"
}
}
settings {
encodeUrl: true
timeout: 0
}