/
EN
envoice
/
API v1.0.0
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 4h ago · Updated 4w ago
View markdown
envoice
API v1.0.0
post
Change invoice status
v1
latest
Swagger 2.0
2026-07-13
61
110
219.8 KB
Client
6
Estimation
10
General
4
Invoice
15
get
Return all invoices for the account
get
Return all invoice categories for the account
post
Create an invoice
post
Create an invoice category
post
Update an existing invoice
post
Update an existing invoice category
post
Delete an existing invoice
post
Delete an existing invoice category
post
Send the provided invoice to the client
post
Send the provided invoice to the accountant
post
Change invoice status
get
Retrieve the status of the invoice
get
Return invoice data
get
Return the unique url to the client's invoice
get
Return the PDF for the invoice
Order
6
Payment
1
PaymentLink
4
Product
5
Tax
4
WorkType
6
Invoice
Change invoice status
post
/api/invoice/changestatus
Headers
x-auth-key
string
required
x-auth-secret
string
required
Request body
ChangeStatusApiModel
required
Id
integer
Invoice Id
Status
'Draft'
|
'Paid'
|
'Unpaid'
|
'Overdue'
|
'Void'
New status of the invoice
Response
OK
boolean
required