API: GET_LOT_SIGNATURE – Recupero della firma di un lotto

Gli identificativi del tipo "<***>" sono descritti in questa sezione

Azione

Recupera la firma associata a un lotto. Per il concetto di "lotto", consultate la sezione conservazione

Richiesta

{ 
    "message_type": "GET_LOT_SIGNATURE",
    "version": "1.0",
    "authentication": ,
"lot_code": ,
"organization_code":
}

Risposta OK

200 OK
{
    "status": "OK",
    "comment": "Lot signature",
    "hash": ,
"signature": {
"root": ,
"signer":
},
"timestamp" => {
"root" => ,
"signer" => ,
"time" =>

Errori

Documento non firmato
404 Document not signed
{
    "status": "DOCUMENT_NOT_SIGNED",
    "comment": "Document not signed"
}
Attenzione: le informazioni riportate in questa sezione possono non essere perfettamente allineate con la versione corrente del servizio, in continua evoluzione. Per qualunque informazione specifica, vi preghiamo di contattarci.