New Endpoints: Streamline Payments & Maintenance Workflows
Dear FL3XX Community,
We’re thrilled to introduce powerful new capabilities to the FL3XX API, designed to elevate your operational efficiency and give you greater control over critical workflows.
What’s New?
1- Seamless Management of Invoice Payments and Documents
Easily track, update, and manage invoice payments, including uploading and retrieving associated documents.
Endpoints:
GET & POST: /api/external/accounting/invoice-payments
– Retrieve or create invoice payment records.
GET, PUT & DELETE: /api/external/accounting/invoice-payments/{paymentId}
– Manage specific payment details.
POST: /api/external/accounting/invoice-payments/{paymentId}/documents
– Attach documents to a payment.
GET & DELETE: /api/external/accounting/invoice-payments/{paymentId}/documents/{uuid}
– Retrieve or remove payment documents.
2- Effortless Aircraft Maintenance Scheduling
Simplify how you manage your fleet’s maintenance schedules with a set of intuitive endpoints.
Endpoints:
GET: /api/external/aircraft/{aircraftId}/maintenanceSchedules
– View existing maintenance schedules.
PUT: /api/external/aircraft/{aircraftId}/maintenanceSchedules
– Update maintenance schedules for your aircraft.
DELETE: /api/external/aircraft/{aircraftId}/maintenanceSchedules/{maintenanceScheduleId}
– Remove outdated schedules.
Why It Matters
These enhancements empower you to streamline financial and operational workflows, reduce administrative overhead, and maintain focus on delivering exceptional service.
Ready to get started? Dive into the details in our API Documentation.
Let’s continuously improve our efficiency together!
Best regards,
The FL3XX Team