Core Resources
- Events
- Files
- Exports
- Entities
- Tags
Extractions
- Extractions
- Schedulers
Datasource: SAT
- Credentials
- Invoices
- Tax Retentions
- Tax Returns
- Tax Compliance Checks
- Tax Status
- Electronic Accounting
Datasource: RPC
- Entidades
Datasource: RUG
- Operaciones
- RUG Garantias
- Garantias
Datasource: Syntage
- Score
Datasource: Buró de Crédito
- Reports
- Authorizations
Insights
- Invoicing Annual Comparison
- Vendor Network
- Customer Network
- Customer Concentration
- Supplier Concentration
- Employees
- Expenditures
- Financial Institutions
- Financial Ratios
- Government Supplier
- Invoicing Blacklist
- Risks
- Sales Revenue
- Trial Balance
- Scores
- Cash Flow
- RPC Shareholders
- Balance Sheet
- Income Statement
- Invoicing Concentration
Webhooks
- Overview
- Webhook Endpoints
- Webhook Requests
Get customer network insight
Customer Network insight
GET
/
entities
/
{entityId}
/
insights
/
metrics
/
customer-network
curl --request GET \
--url https://api.syntage.com/entities/{entityId}/insights/metrics/customer-network \
--header 'X-API-Key: <api-key>'
{
"@context": "<string>",
"@id": "/entities/9bd4a640-9f41-4cd5-a158-20767b386ca0/insights/metrics/customer-network",
"@type": "hydra:Collection",
"hydra:member": [
{
"customer": "PUBLICO EN GENERAL",
"totalReceived": "15928890.28",
"totalCancelledReceived": "0.00",
"percentageCancelled": "0.0000",
"receivedDiscounts": "963836.78",
"receivedCreditNotes": "897457.12",
"emittedPaymentPending": "0.00",
"netReceived": "14067696.38",
"pueReceived": "15928890.28",
"ppdReceived": "0.00",
"ppdCount": 0,
"paymentAmount": "0.00",
"collectedInInstallments": "0.0000",
"daysSalesOutstanding": "0.00"
}
],
"hydra:totalItems": 1,
"hydra:view": {
"@id": "<string>",
"@type": "hydra:PartialCollectionView",
"hydra:first": "<string>",
"hydra:next": "<string>",
"hydra:last": "<string>"
}
}
Authorizations
Your API key is available in the Production and Sandbox dashboards.
Path Parameters
Response
200
application/ld+json
Success
The response is of type object
.
curl --request GET \
--url https://api.syntage.com/entities/{entityId}/insights/metrics/customer-network \
--header 'X-API-Key: <api-key>'
{
"@context": "<string>",
"@id": "/entities/9bd4a640-9f41-4cd5-a158-20767b386ca0/insights/metrics/customer-network",
"@type": "hydra:Collection",
"hydra:member": [
{
"customer": "PUBLICO EN GENERAL",
"totalReceived": "15928890.28",
"totalCancelledReceived": "0.00",
"percentageCancelled": "0.0000",
"receivedDiscounts": "963836.78",
"receivedCreditNotes": "897457.12",
"emittedPaymentPending": "0.00",
"netReceived": "14067696.38",
"pueReceived": "15928890.28",
"ppdReceived": "0.00",
"ppdCount": 0,
"paymentAmount": "0.00",
"collectedInInstallments": "0.0000",
"daysSalesOutstanding": "0.00"
}
],
"hydra:totalItems": 1,
"hydra:view": {
"@id": "<string>",
"@type": "hydra:PartialCollectionView",
"hydra:first": "<string>",
"hydra:next": "<string>",
"hydra:last": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.