From ade10b2d67f6175bdee42de98bbbdd9c37669d77 Mon Sep 17 00:00:00 2001 From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com> Date: Fri, 10 Aug 2018 20:38:59 +0300 Subject: [PATCH] Created getAllInvoices (markdown) --- getAllInvoices.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 getAllInvoices.md diff --git a/getAllInvoices.md b/getAllInvoices.md new file mode 100644 index 0000000..b4519f9 --- /dev/null +++ b/getAllInvoices.md @@ -0,0 +1,22 @@ +URL: /account/invoices/
+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) \ No newline at end of file