Liste des commandes d'abonnement
GET /firms/FIRM_ID/orders.json
Retourne la liste des factures d’abonnements payées pour la société ID.
Requête
curl -i -S -u IdentifiantApi:CleApi -H 'User-Agent: MonApp (patrick@camping.test)' \
"https://www.facturation.pro/firms/FIRM_ID/orders.json"
Réponse
[
{
"title": "Abonnement Entreprise - 12 mois",
"amount": 48.00,
"payment_date": "2021-01-15",
"invoice_url": "/firms/ID/orders/11111111-4c0e-455d-9801-6aa2a9afcf34.pdf",
"refunded": false
},
{
"title": "Abonnement Premium - 12 mois",
"amount": 30.00,
"payment_date": "2020-01-15",
"invoice_url": "/firms/ID/orders/11111111-6acb-479e-937f-2889dc4c3f59.pdf",
"refunded": false
}
]