Procedures

Automation procedures in the LeaseWorks book.

The following documentation is for LeaseWorks v1.2.2 (BDK).

to create a leaseworks monthend report

Create a monthend report.

Creates a monthend Report for a utilization and assembly parts

Input Concepts

Concept
Description
Type
Required
Default Value

the utilization for the monthend report

leaseworks utilization

No

(no default)

the assembly parts used to generate the report

leaseworks assembly part

No

(no default)

Output Concepts

Concept
Description
Type

A monthend report.

leaseworks monthend report

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

Concept
Description
Type
Required
Default Value

payload

the payload to include in the request.

`` or file or list of or text

Yes

(no default)

Output Concepts

Concept
Description
Type

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

FILTER - CAPABLE

Retrieve aircraft information from Leaseworks.

Retrieves Aircraft information from Leaseworks. It allows users to pass filters for the query.

Output Concepts

Concept
Description
Type

List of aircrafts

leaseworks aircraft

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

FILTER - CAPABLE

Retrieve assembly parts for a utilization.

Retrieves assembly parts for a certain Utilization

Input Concepts

Concept
Description
Type
Required
Default Value

the utilization for the assembly part

leaseworks utilization

Yes

(no default)

Output Concepts

Concept
Description
Type

List of assembly parts

leaseworks assembly part

Examples

Get some assembly parts from leaseworks

retrieve some assembly parts from leaseworks
    the utilization is the utilization

Last updated

Was this helpful?