- Page Content
- Introduction
- Input format
- Output format
Name: Function ConsultarIDUsuario
Returns the login ID of a representative (user), from the number of the registered document (ex: CPF) in QualiSign Portal.
Input format:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<documentoeletronico>
<sessao>XXXX</sessao>
<TipoDoc>XXXX</TipoDoc>
<NumeroDoc>YYYY</NumeroDoc>
</documentoeletronico>
Parameter | Format | Required | Description |
---|---|---|---|
sessao | Text | Y | Registered access key for your company |
TipoDoc | Text | Y | Document type to be consulted |
NumeroDoc | Text | Y | Document number to be consulted |
Output format:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<documentoeletronico>
<CodErro />
<MsgErro />
<MsgErro />
</documentoeletronico>
Parameter | Format | Required | Description |
---|---|---|---|
CodErro | Numeric | Y | Error code (See Error Codes) |
MsgErro | Text | Y | Error message |
IdUSuario | Text | Y | User login ID |