POST Ratificacion/GetSessionInfo
Metodo para obtener informacion de Login de Conexion a AFIP mediante numero de Cuit
Request Information
URI Parameters
None.
Body Parameters
ParamGetSessionInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Cuit |
Numero de CUIT |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Cuit": "sample string 1"
}
application/xml, text/xml
Sample:
<ParamGetSessionInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alpha.AvisodeCargaApiNet"> <Cuit>sample string 1</Cuit> </ParamGetSessionInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AfipSessionApiResponseOfAfipSessionUnitClient| Name | Description | Type | Additional information |
|---|---|---|---|
| WrappedException | WebException |
None. |
|
| ExceptionBodyText | string |
None. |
|
| RawApiResponse | string |
None. |
|
| ParsedResponse | ApiResponseWrapperOfAfipSessionUnitClient |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.