Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 1.48 KB

InvoiceServiceApi.md

File metadata and controls

63 lines (32 loc) · 1.48 KB

\InvoiceServiceApi

All URIs are relative to http://api.madana.io/rest

Method HTTP request Description
get_billing_portal_url get /invoices/portal
get_invoices get /invoices

get_billing_portal_url

std::path::PathBuf get_billing_portal_url()

Parameters

This endpoint does not need any parameter.

Return type

std::path::PathBuf

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_invoices

std::path::PathBuf get_invoices(dayssince)

Parameters

Name Type Description Required Notes
dayssince Option<String> [default to 366]

Return type

std::path::PathBuf

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]