v1
latestOpenAPI 3.0.02026-07-174129189.4 KBPodpisovanie
Podpíše súbor elektronickou pečaťou
Podpíše súbor elektronickou pečaťou.
Umožňuje aj pridanie podpisu k už podpísanému dokumentu.
post/api/cep/sign
Request body
Example request
{
"objects": [
{
"certificate_type": "Subject",
"certificate_subject": "C=SK,CN= ...",
"signature_type": "XAdES"
}
],
"visualization_uri": "http://data.gov.sk/doc/eform/App.GeneralAgenda/1.9/Content/form.185.sb.xslt"
}Response
Úspešne podpísaný súbor elektronickou pečaťou.
Example response
{
"sign_description": "OK",
"signed_objects": [
{
"id": "db2c9ac9-8881-4a6a-8ddc-bbbc38ed9650",
"class": "http://schemas.gov.sk/form/App.GeneralAgenda/1.9/form.xsd",
"mime_type": "application/xml",
"encoding": "XML",
"content": "<GeneralAgenda ..."
}
]
}