API Calls Documentation
Introduction
An overview of the API calls that we make in the app and their purpose. The API URL is: https://demo-ecs.phpreaction.com/open-api/v3 The API Documentation: PHPReaction API v4
Endpoints
open-api/v3/person_clients/dropdown/get/
- Description: Get the person clients for a dropdown.
- Method:
GET
open-api/v3/invoice_distribution_types/dropdown/get/
- Description: Get the invoice distribution types for a dropdown.
- Method:
GET
open-api/v3/invoice_types/dropdown/get/
- Description: Get the invoice types for a dropdown.
- Method:
GET
open-api/v3/invoice_lines/dropdown/get/
- Description: Get the invoice lines for a dropdown.
- Method:
GET
open-api/v3/invoice_line_types/dropdown/get/
- Description: Get the invoice line types for a dropdown.
- Method:
GET
open-api/v3/invoice_payment_types/dropdown/get/
- Description: Get the invoice payment types for a dropdown.
- Method:
GET
open-api/v3/invoice_statuses/dropdown/get/
- Description: Get the invoice statuses for a dropdown.
- Method:
GET
open-api/v3/invoice_lines/
- Description: Get the invoice lines.
- Method:
GET
open-api/v3/invoice_payments/
- Description: Get the invoice payments.
- Method:
GET
open-api/v3/invoice/invoice/
- Description: Print the invoice.
- Method:
GET
open-api/v3/invoices/
- Description: Get the invoices.
- Method:
GET
open-api/v3/person_employees/
- Description: Get the person employees.
- Method:
GET
open-api/v3/products/
- Description: Get the products.
- Method:
GET
Last updated on