- Page Content
- Introduction
- Input format
- Output format
Name: ConsultarCarimboTempo
This function is intended to refer to a time stamp.
Input format:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<carimbotempo>
<sessao>XXXX</sessao>
<carimbo>xx</carimbo>
</carimbotempo>
Parameter | Format | Required | Description |
---|---|---|---|
Sessão | Text | Y | Registered access key for your company. |
carimbo | Text | N | Time stamp in Base64 format. |
Output format:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<carimbotempo>
<CodErro />
<MsgErro />
<Codigo_Hash> </Codigo_Hash>
<IDCarimbo> </IDCarimbo>
<DataHoraUTC> </DataHoraUTC>
<ACTEmissor> </ACTEmissor>
<Algoritmo> </Algoritmo>
</carimbotempo>
Parameter | Format | Description |
---|---|---|
CodErro | Numeric | Error code (See Error Codes). |
MsgErro | Text | Error message |
Codigo_Hash | Text | Hash Code of stamped document |
IDCarimbo | Text | Serial number of the new time stamp. |
DataHoraUTC | Text | Date and time in UTC format where the stamp was obtained. |
ACTEmissor | Text | Name of the Certifying Authority of Time. |
Algoritmo | Text | Algorithm used to generate the time stamp. |