Created getAllInvoices (markdown)
parent
23254c6abc
commit
ade10b2d67
|
@ -0,0 +1,22 @@
|
|||
URL: /account/invoices/<br/>
|
||||
Request type: GET
|
||||
|
||||
### Overview
|
||||
The getAllInvoices method returns the list of all partner invoices.
|
||||
|
||||
### Request parameters
|
||||
* None
|
||||
|
||||
### Response
|
||||
* invoices - an array of invoices
|
||||
* order_id - invoice order ID
|
||||
* number - invoice serial number
|
||||
* date - invoice creation date
|
||||
* subtotal - subtotal amount
|
||||
* tax - invoice tax amount
|
||||
* total - invoice total amount
|
||||
* status - invoice status (paid, unpaid)
|
||||
* tax_rate - invoice tax rate in %
|
||||
* currency - invoice currency
|
||||
* payment_method - invoice payment method (paypal, interkassa, balance, bank_transfer)
|
||||
* success - success value (true)
|
Loading…
Reference in New Issue