Call-ups
Duplicate of a call-up

Duplicate of a call-up

Parameters

  • cif (string) : Company CIF.
  • ccc (string) : Contribution account code, 11 digits.
  • startDate (date) : Start date, format YYYY-MM-DD.
  • dni (string) : National identity document.
  • id (string) : Optional. Contrat@ fingerprint, with format E-##-####-#######.
GET /llamamiento
{
  "cif": "9999999B",
  "ccc": "12345678911",
  "dni": "9999999B",
  "startDate": "2023-11-05"
}

Response

Respuesta
{
  "success": true,
  "message": "OK",
  "data": {
    "llamamientoId": "E-28-2026-0016999",
    "contrataId": "E-28-2023-9992999",
    "file": {
      "contentType": "application/pdf",
      "name": "document.pdf",
      "content": "base64"
    }
  }
}