Sign Lease
Signs a lease agreement.
/v3/leases/{leaseId}/sign
POST
https://apis.sandbox.flexshopper.com/v3/leases/{leaseId}/sign
Signs a lease using ip address as primary key
Path Parameters
Name
Type
Description
leaseId
string
Lease id
Headers
Name
Type
Description
Customer-Token
string
Customer's authentication token
Authorization
string
Authorization token
Request 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).
Last updated