Procedures
Automation procedures in the LeaseWorks book.
Make sure to add the LeaseWorks book to your agent before using these automation 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 leaseworks monthend report
the utilization is the utilization
Create a monthend report with the assembly parts
create a leaseworks monthend report
the assembly parts are 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
create a json
use the above as the utilization json
set the utilization json's leaseworks__Aircraft__c to "a0A3w00000eyvGiEAI"
set the utilization json's leaseworks__Month_Ending__c to "2020-06-30"
set the utilization json's leaseworks__Type__c to "Actual"
set the utilization json's leaseworks__Status__c to "Open"
set the utilization json's leaseworks__Airframe_Flight_Hours_Month__c to "100"
set the utilization json's leaseworks__Airframe_Cycles_Landing_During_Month__c to "100"
create a utilization in leaseworks with
the payload is the utilization json
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 some aircrafts from leaseworks
Retrieve aircrafts with filter
retrieve some aircraft from leaseworks whose name is "5198 (A320)"
Retrieve aircrafts with filter
retrieve some aircraft from leaseworks whose msn number is "6234"
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
retrieve some assembly parts from leaseworks
the utilization is the utilization
Last updated
Was this helpful?