CERTIFIC@2
Send CERTIFIC@2 by XML

Send CERTIFIC@2 by XML

Parameters

  • file(file): CERTIFIC@2 XML.
POST /certifica/xml
{
  "file": {
    "content": "data:...",
    "contentType": "application/xml",
    "name": "document.xml",
    "size": 1024
  }
}

Response

Respuesta
{
  "success": true,
  "message": "OK"
}