LeaseWorks
Procedures and concepts for the LeaseWorks integration.
Overview
LeaseWorks is a comprehensive lease management software solution for real estate and equipment leasing. This integration enables automated lease tracking, payment processing, and portfolio management workflows. Streamline lease administration and improve operational efficiency in lease management.
Prerequisites
1. Required Books
The following Book(s) need to be added to your agent so it can learn and understand the automation procedures defined within them:
LeaseWorks
How to Add the Book(s)
Go to Books → All Books.
Search for the name of the book and click on it.
Click on Install or Add Connection to add the book to your agent.
If adding a connection, you'll be prompted for connectivity details.
Connectivity
This section outlines the available methods for connecting to the Book, along with the required configuration details for each.
Connect using CLIENT ID, CLIENT SECRET and DOMAIN
Connect to Leaseworks API.
CLIENT ID
the client id
text
CLIENT SECRET
the client secret
sensitive
DOMAIN
the domain of the leaseworks instance
text
Procedures
to create a leaseworks monthend report
Create a monthend report.
Creates a monthend Report for a utilization and assembly parts
Input Concepts
Output Concepts
Examples
Create a monthend report with the utilization
Create a monthend report with the assembly parts
to create a utilization in leaseworks
Create an aircraft utilization in Leaseworks.
Creates an aircraft Utilization in Leaseworks.
Input Concepts
payload
the payload to include in the request.
`` or file or list of or text
Yes
(no default)
Output Concepts
answer
the response from the request
json
Examples
Create a new utilization with the following details
to retrieve some (aircrafts) from leaseworks
Retrieve aircraft information from Leaseworks.
Retrieves Aircraft information from Leaseworks. It allows users to pass filters for the query.
Output Concepts
Examples
Get all aircrafts from leaseworks
Retrieve aircrafts with filter
Retrieve aircrafts with filter
to retrieve some (assembly parts) from leaseworks
Retrieve assembly parts for a utilization.
Retrieves assembly parts for a certain Utilization
Input Concepts
Output Concepts
Examples
Get some assembly parts from leaseworks
Concepts
Leaseworks aircraft
Aircraft data model.A Aircraft Object
id
the aircraft id
text
name
the aircraft name
optional[text]
msn_number
the custom leaseworks msn number
optional[text]
type_attribute
the type attribute
optional[text]
url
the url attribute
optional[text]
Leaseworks utilization
Utilization data model.A Utilization Object
id
the utilization id
text
Leaseworks assembly part
Assembly Part data model.A Assembly Report Object
id
the aircraft id
text
name
the aircraft name
optional[text]
type_attribute
the type attribute
optional[text]
url
the url attribute
optional[text]
tsn_at_month_start_f
the tsn at month start
optional[number]
running_hours_during_month
the running hours during month
optional[number]
tsn_at_month_end
the tsn at month end
optional[number]
csn_at_month_start_f
the csn at month start
optional[number]
cycles_during_month
the cycles during month
optional[number]
csn_at_month_end
the csn at month end
optional[number]
serial_number
the serial number of the constituent assembly
optional[text]
Leaseworks monthend report
MonthEnd report data model.A MonthEnd Report Object
Leaseworks report section
Report section data model.A report section object
attributes
a dictionary containing report attributes
optional[json]
Last updated
Was this helpful?

