class Elmas::ReceivablesList

We can use the AgingReceivablesList to change the status of SalesInvoices from Open to 'Verwerkt' while at the same time sending a PDF of the invoice to the end user by e-mail.

This endpoint only supports the POST method.

Public Instance Methods

base_path() click to toggle source
# File lib/elmas/resources/receivables_list.rb, line 17
def base_path
  "read/financial/ReceivablesList"
end
mandatory_attributes() click to toggle source
# File lib/elmas/resources/receivables_list.rb, line 21
def mandatory_attributes
  []
end
other_attributes() click to toggle source

start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=ReadFinancialReceivablesList

# File lib/elmas/resources/receivables_list.rb, line 26
def other_attributes
  %i[description hid account_code account_id account_name amount amount_in_transit currency_code description due_date entry_number id
     invoice_date invoice_number journal_code journal_description your_ref]
end
valid_actions() click to toggle source
# File lib/elmas/resources/receivables_list.rb, line 13
def valid_actions
  [:get]
end