Collective agreements
Record a collective agreement

Record a collective agreement

⚠️

Add test=1 to run tests without real effects. In production, omit this parameter.

Parameters

  • test (number (1)) : For testing, add the test=1 parameter. It must be omitted in production.
  • regimen (integer) : Scheme, 4 digits. Possible values:
  • ccc (integer) : Contribution account code, 11 digits.
  • startDate (date) : Date from, format YYYY-MM-DD.
  • endDate (date) : Optional. Date to, format YYYY-MM-DD.
POST /anotaciones-causa-peculiaridades
{
  "test": 1,
  "regimen": "0111",
  "ccc":"13991977999",
  "convenio":"99009995011999",
  "startDate":"2026-01-22",
}

Successful response

Respuesta
{
    "success": true,
    "message": "3365* ALTA REALIZADA",
    "status": 200,
    "data": []
}