Sign Lease
Signs a lease agreement.
POST
/v3/leases/:leaseId/sign
Signs a lease using ip address as primary key
Request
Path Parameters
Name
Type
Description
leaseId
string
Lease id
Headers
Name
Type
Description
Customer-Token
string
Customer's authentication token
Authorization
string
Authorization token
Body
Name
Type
Description
ipAddress
string
The IP address of the device that was used to sign the lease.
timestamp
string
The date and time of the lease's signing.
signed
boolean
The signed status of the lease (true: lease was signed, false: lease not signed).
Response
Samples
Last updated
Was this helpful?