Get the TA list
Parameters
- regimen (integer) : Scheme, 4 digits. Possible values:
- 0111: General Scheme
- Table of scheme codes (opens in a new tab)
- ccc (integer) : Contribution account code, 11 digits.
- nss (integer) : Social Security number, 12 digits.
GET /ta-info-for-nss
{
"regimen": "0111",
"ccc": "12345678901",
"nss": "289999999999"
}Response
Respuesta
{
"success": true,
"message": "OK",
"data": [
{
"indice": 2,
"documentoTA": "CAMBIO DE CONTRATO",
"date": "2023-02-01",
"contractType": "100"
},
{
"indice": 1,
"documentoTA": "ALTA (SIT.ACTUAL)",
"date": "2023-01-16",
"st": "01",
"gc": "02",
"contractType": "200",
"coeficiente": "0,500"
}
]
}