/
EN
envoice
/
API v1.0.0
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 11h ago · Updated 2mo ago
Details
Filter operations
Client
6
Estimation
10
General
4
Invoice
15
Order
6
get
Return all orders for the account
post
Create an order
post
Delete an existing order
post
Change order shipping details
post
Change order status
get
Return order details
Payment
1
PaymentLink
4
Product
5
Tax
4
WorkType
6
Order
Return all orders for the account
get
/api/order/all
Query parameters
queryOptions.page
integer
queryOptions.pageSize
integer
Headers
x-auth-key
string
required
x-auth-secret
string
required
Response
OK
ListResultOrderDetailsApiModel
required
TotalCount
integer
Count
integer
Result
OrderDetailsApiModel[]
IsFaulted
boolean
ErrorMessages
IErrorInfo[]
Changes