curl --request GET \
--url https://api.syntage.com/entities/{entityId}/insights/metrics/invoicing-annual-comparison \
--header 'X-API-Key: <api-key>'{
"@context": "/contexts/GetInvoicingAnnualComparison",
"@id": "/entities/9bd4a640-9f41-4cd5-a158-20767b386ca0/insights/metrics/invoicing-annual-comparison",
"@type": "hydra:Collection",
"hydra:member": [
{
"period": "2021",
"totalIncome": "161227.35",
"incomePaymentPending": "24206.10",
"totalIncomeCancelled": "0.00",
"incomeDiscounts": "11754.18",
"incomeCreditNotes": "0.00",
"netIncome": "125267.06",
"incomeDueUponReceipt": "0.0051",
"incomeDueOverTime": "0.9949",
"collectedIncomeDueOverTime": "0.8596",
"totalExpenses": "120439.39",
"receivedPaymentPending": "26514.75",
"totalExpensesCancelled": "0.00",
"expensesDiscounts": "5670.48",
"expensesCreditNotes": "0.00",
"payroll": "0.00",
"netExpensesPlusPayroll": "88254.16",
"margin": "0.2955",
"expensesDueUponReceipt": "0.3511",
"expensesDueOverTime": "0.6489",
"paidExpensesDueOverTime": "0.0193",
"daysPayableOutstanding": "14.00",
"daysSalesOutstanding": "-1.33",
"netExpenses": "88254.16",
"profitOrLoss": "37012.90"
}
],
"hydra:totalItems": 1,
"hydra:view": {
"@id": "<string>",
"@type": "hydra:PartialCollectionView",
"hydra:first": "<string>",
"hydra:next": "<string>",
"hydra:last": "<string>"
}
}Invoicing Annual Comparison insight
curl --request GET \
--url https://api.syntage.com/entities/{entityId}/insights/metrics/invoicing-annual-comparison \
--header 'X-API-Key: <api-key>'{
"@context": "/contexts/GetInvoicingAnnualComparison",
"@id": "/entities/9bd4a640-9f41-4cd5-a158-20767b386ca0/insights/metrics/invoicing-annual-comparison",
"@type": "hydra:Collection",
"hydra:member": [
{
"period": "2021",
"totalIncome": "161227.35",
"incomePaymentPending": "24206.10",
"totalIncomeCancelled": "0.00",
"incomeDiscounts": "11754.18",
"incomeCreditNotes": "0.00",
"netIncome": "125267.06",
"incomeDueUponReceipt": "0.0051",
"incomeDueOverTime": "0.9949",
"collectedIncomeDueOverTime": "0.8596",
"totalExpenses": "120439.39",
"receivedPaymentPending": "26514.75",
"totalExpensesCancelled": "0.00",
"expensesDiscounts": "5670.48",
"expensesCreditNotes": "0.00",
"payroll": "0.00",
"netExpensesPlusPayroll": "88254.16",
"margin": "0.2955",
"expensesDueUponReceipt": "0.3511",
"expensesDueOverTime": "0.6489",
"paidExpensesDueOverTime": "0.0193",
"daysPayableOutstanding": "14.00",
"daysSalesOutstanding": "-1.33",
"netExpenses": "88254.16",
"profitOrLoss": "37012.90"
}
],
"hydra:totalItems": 1,
"hydra:view": {
"@id": "<string>",
"@type": "hydra:PartialCollectionView",
"hydra:first": "<string>",
"hydra:next": "<string>",
"hydra:last": "<string>"
}
}Your API key is available in the Production and Sandbox dashboards.
Success
"/entities/9bd4a640-9f41-4cd5-a158-20767b386ca0/insights/metrics/invoicing-annual-comparison"
Show child attributes
"2021"
"161227.35"
"24206.10"
"0.00"
"11754.18"
"0.00"
"125267.06"
"0.0051"
"0.9949"
"0.8596"
"120439.39"
"26514.75"
"0.00"
"5670.48"
"0.00"
"0.00"
"88254.16"
"0.2955"
"0.3511"
"0.6489"
"0.0193"
"14.00"
"-1.33"
"88254.16"
"37012.90"
The total number of items found
x >= 01
Pagination information
Show child attributes
Current page IRI reference
First page IRI reference. This property is omitted if there is no pagination.
Next page IRI reference. This property is omitted if there is no pagination.
Last page IRI reference. This property is omitted if there is no pagination.