/
US
uselotus
/
Lotus API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-07-13
Details
Filter operations
api
21
get
/api/balance_adjustments/
post
/api/balance_adjustments/
post
/api/balance_adjustments/{adjustment_id}/update/
post
/api/balance_adjustments/{adjustment_id}/void/
post
/api/batch_create_customers/
get
/api/customer_feature_access/
get
/api/customer_metric_access/
get
/api/customers/
post
/api/customers/
get
/api/customers/{customer_id}/
get
/api/invoices/
get
/api/invoices/{invoice_number}/
patch
/api/invoices/{invoice_number}/
get
/api/plans/
get
/api/plans/{plan_id}/
get
/api/subscriptions/
post
/api/subscriptions/add/
post
/api/subscriptions/cancel/
post
/api/subscriptions/update/
post
/api/track/
post
/api/verify_idems_received/
api
A simple ViewSet for viewing and editing Invoices.
get
/api/invoices/{invoice_number}/
Path parameters
invoice_number
string
required
Response
Invoice
required
invoice_number
string
required
cost_due
number
double
required
currency
PricingUnit
required
issue_date
string
date-time
required
payment_status
'paid'
|
'unpaid'
required
external_payment_obj_id
string
nullable
required
external_payment_obj_type
'stripe'
|
'null'
nullable
required
line_items
InvoiceLineItem[]
required
customer
LightweightCustomerSerializerForInvoice
required
due_date
string
date-time
nullable
required
start_date
string
date
required
end_date
string
date
required
seller
Seller
required
invoice_pdf
string
uri
nullable
required
Changes