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

NameTypeDescription

leaseId

string

Lease id

Headers

NameTypeDescription

Customer-Token

string

Customer's authentication token

Authorization

string

Authorization token

Request Body

NameTypeDescription

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).

{
    "data": {}
}

Last updated