Get the list of consumptions by year and month that are not included in a pre-sale package.
Consumption collection
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "uuid": "string",
- "month": 0,
- "year": 0,
- "total": "string",
- "invoices_sent": 0,
- "invoices_received": 0
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "/entity/1",
- "@type": "string",
- "hydra:first": "/entity/1",
- "hydra:last": "/entity/1",
- "hydra:previous": "/entity/1",
- "hydra:next": "/entity/1"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a Consumption resource.
Consumption resource
Resource not found
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "uuid": "string",
- "month": 0,
- "year": 0,
- "total": "string",
- "invoices_sent": 0,
- "invoices_received": 0
}