APIs
This section lists the supported business APIs.
Get THE COMPLETE CUSTOMER PADRONS TAX DETAILS
This API is used to fetch the customer tax information details for the provided tax-payer-ID.
GET/padrons/{taxPayerId}/Profile
Sample URL
https://vroeeb9j1f.execute-api.eu-west-2.amazonaws.com/test-primary/v1.0.0/padrons/10055/Profile
Response
{
"taxPayerId": "99993",
"isCustomer": "",
"padronsUpdatedTime": "2019-09-18T06:28:54",
"lastDownloadedTime": "2019-09-18T06:28:54",
"vatPadron": {
"contributionAFIP": "Y",
"excemptionPadrons": [
{
"excemptionRG17": "Y",
"startDate": "20190314",
"endDate": "20190314",
"excemptionRG17Value": "10.5"
}
]
},
"transactionTaxPadron": {
"excemptedEntity": "Y",
"taxExcemptionPadrons": [
{
"fiscalBenefit": "Y",
"startDate": "20190314",
"endDate": "20190314",
"benefitCbu": "1234567890123456789012348",
"benefitNumber": 2
}
]
},
"turnoverTaxPadron": {
"mlPadron": "N",
"collectionPadrons": [
{
"collectionPadron": "Y",
"startDate": "20190314",
"endDate": "20190314",
"collectionPadronRate": "5.5"
}
]
}
}
In this topic