cURL
curl --request GET \ --url https://api.example.com/v1/payroll/schemes/{country}
{ "country": "<string>", "schemes": [ { "id": "<string>", "legal_name": "<string>", "country": "<string>", "currency": "<string>", "effective_from": "<string>", "effective_until": "<string>", "version": "<string>", "status": "active", "concept_count": 123, "legal_references": [ "<string>" ], "dsl_path": "<string>", "changelog": [ {} ] } ], "total": 123 }
Returns all loaded payroll schemes for the given country code.
Use this endpoint to discover:
ordinario
asimilados
country must be a 2-letter ISO 3166-1 alpha-2 code (e.g., MX, CO, BR).
MX
CO
BR
ISO 3166-1 alpha-2 country code
^[A-Za-z]{2}$
"MX"
Scheme list returned.
Response for GET /v1/payroll/schemes/{country}.
Show child attributes