Extensions
Duplicate of an extension

Duplicate of an extension

⚠️

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.
  • cif (string) : Company CIF.
  • regimen (integer) : Scheme, 4 digits. Possible values:
  • ccc (integer) : Contribution account code, 11 digits.
  • id (string) : Contrat@ fingerprint, with format E-##-####-#######.
GET /prorroga
{
  "test": 1,
  "cif": "A12345678",
  "regimen": "0111",
  "ccc": "12345678901",
  "id": "E-28-2023-9999999",
}

Response

Respuesta
{
  "success": true,
  "message": "OK",
  "data": {
    "file": {
      "contentType": "application/pdf",
      "name": "document.pdf",
      "content": "base64"
    }
  }
}