EmailingsWS
Haga clic aquí para obtener una lista completa de operaciones.
Get_Client_GeneralData
Prueba
El formulario de prueba sólo está disponible para solicitudes del equipo local.SOAP 1.1
A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.1. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.
POST /EmailingsSVC.asmx HTTP/1.1
Host: svc.emailings.es
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://svc.emailings.es/Get_Client_GeneralData"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Get_Client_GeneralData xmlns="http://svc.emailings.es/">
<SES_ID>int</SES_ID>
<CLIENT_ID>int</CLIENT_ID>
<PARAMETERS>string</PARAMETERS>
</Get_Client_GeneralData>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Get_Client_GeneralDataResponse xmlns="http://svc.emailings.es/">
<Get_Client_GeneralDataResult>
<USR_Nombre>string</USR_Nombre>
<CLI_Id>int</CLI_Id>
<CLI_Parent>int</CLI_Parent>
<CLI_ParentName>string</CLI_ParentName>
<REM_Id>int</REM_Id>
<CAM_Id>int</CAM_Id>
<CLI_Code>string</CLI_Code>
<CLI_Name>string</CLI_Name>
<CLI_License>string</CLI_License>
<TipoLicencia>int</TipoLicencia>
<NTipoLicencia>string</NTipoLicencia>
<TipoFacturacion>int</TipoFacturacion>
<NTipoFacturacion>string</NTipoFacturacion>
<TarifaPlana>int</TarifaPlana>
<UPF_Id>int</UPF_Id>
<CPR_Id>int</CPR_Id>
<SCLI_Unlimited>boolean</SCLI_Unlimited>
<REM_Unlimited>boolean</REM_Unlimited>
<CAM_Unlimited>boolean</CAM_Unlimited>
<ENV_Unlimited>boolean</ENV_Unlimited>
<SMS_Unlimited>boolean</SMS_Unlimited>
<DAYS_Unlimited>boolean</DAYS_Unlimited>
<SPACE_Unlimited>boolean</SPACE_Unlimited>
<SMS_EMAIL_SHARED>boolean</SMS_EMAIL_SHARED>
<SCLI_Limit>int</SCLI_Limit>
<REM_Limit>int</REM_Limit>
<CAM_Limit>int</CAM_Limit>
<ENV_Limit>int</ENV_Limit>
<SMS_Limit>int</SMS_Limit>
<ENV_ConsumoTotal>int</ENV_ConsumoTotal>
<FechaInicial>dateTime</FechaInicial>
<Plazo>int</Plazo>
<DAYS_Elapsed>int</DAYS_Elapsed>
<DAYS_Left>int</DAYS_Left>
<Vigencia>boolean</Vigencia>
<SPACE_Limit>int</SPACE_Limit>
<SPACE_Usado>int</SPACE_Usado>
<SPACE_Restante>int</SPACE_Restante>
<SCLI_Creados>int</SCLI_Creados>
<SCLI_Restantes>int</SCLI_Restantes>
<REM_Creados>int</REM_Creados>
<REM_Restantes>int</REM_Restantes>
<CAM_Creados>int</CAM_Creados>
<CAM_Restantes>int</CAM_Restantes>
<ENV_Realizados>int</ENV_Realizados>
<ENV_Extras>int</ENV_Extras>
<ENV_Restantes>int</ENV_Restantes>
<ENV_Exceso>int</ENV_Exceso>
<ENV_Available>int</ENV_Available>
<SMS_Usado>int</SMS_Usado>
<SMS_Restante>int</SMS_Restante>
<SMS_Available>int</SMS_Available>
<TIME_OUT>boolean</TIME_OUT>
<SCLI_OUT>boolean</SCLI_OUT>
<REM_OUT>boolean</REM_OUT>
<CAM_OUT>boolean</CAM_OUT>
<ENV_OUT>boolean</ENV_OUT>
<SMS_OUT>boolean</SMS_OUT>
<DISK_OUT>boolean</DISK_OUT>
</Get_Client_GeneralDataResult>
</Get_Client_GeneralDataResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.2. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.
POST /EmailingsSVC.asmx HTTP/1.1
Host: svc.emailings.es
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Get_Client_GeneralData xmlns="http://svc.emailings.es/">
<SES_ID>int</SES_ID>
<CLIENT_ID>int</CLIENT_ID>
<PARAMETERS>string</PARAMETERS>
</Get_Client_GeneralData>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Get_Client_GeneralDataResponse xmlns="http://svc.emailings.es/">
<Get_Client_GeneralDataResult>
<USR_Nombre>string</USR_Nombre>
<CLI_Id>int</CLI_Id>
<CLI_Parent>int</CLI_Parent>
<CLI_ParentName>string</CLI_ParentName>
<REM_Id>int</REM_Id>
<CAM_Id>int</CAM_Id>
<CLI_Code>string</CLI_Code>
<CLI_Name>string</CLI_Name>
<CLI_License>string</CLI_License>
<TipoLicencia>int</TipoLicencia>
<NTipoLicencia>string</NTipoLicencia>
<TipoFacturacion>int</TipoFacturacion>
<NTipoFacturacion>string</NTipoFacturacion>
<TarifaPlana>int</TarifaPlana>
<UPF_Id>int</UPF_Id>
<CPR_Id>int</CPR_Id>
<SCLI_Unlimited>boolean</SCLI_Unlimited>
<REM_Unlimited>boolean</REM_Unlimited>
<CAM_Unlimited>boolean</CAM_Unlimited>
<ENV_Unlimited>boolean</ENV_Unlimited>
<SMS_Unlimited>boolean</SMS_Unlimited>
<DAYS_Unlimited>boolean</DAYS_Unlimited>
<SPACE_Unlimited>boolean</SPACE_Unlimited>
<SMS_EMAIL_SHARED>boolean</SMS_EMAIL_SHARED>
<SCLI_Limit>int</SCLI_Limit>
<REM_Limit>int</REM_Limit>
<CAM_Limit>int</CAM_Limit>
<ENV_Limit>int</ENV_Limit>
<SMS_Limit>int</SMS_Limit>
<ENV_ConsumoTotal>int</ENV_ConsumoTotal>
<FechaInicial>dateTime</FechaInicial>
<Plazo>int</Plazo>
<DAYS_Elapsed>int</DAYS_Elapsed>
<DAYS_Left>int</DAYS_Left>
<Vigencia>boolean</Vigencia>
<SPACE_Limit>int</SPACE_Limit>
<SPACE_Usado>int</SPACE_Usado>
<SPACE_Restante>int</SPACE_Restante>
<SCLI_Creados>int</SCLI_Creados>
<SCLI_Restantes>int</SCLI_Restantes>
<REM_Creados>int</REM_Creados>
<REM_Restantes>int</REM_Restantes>
<CAM_Creados>int</CAM_Creados>
<CAM_Restantes>int</CAM_Restantes>
<ENV_Realizados>int</ENV_Realizados>
<ENV_Extras>int</ENV_Extras>
<ENV_Restantes>int</ENV_Restantes>
<ENV_Exceso>int</ENV_Exceso>
<ENV_Available>int</ENV_Available>
<SMS_Usado>int</SMS_Usado>
<SMS_Restante>int</SMS_Restante>
<SMS_Available>int</SMS_Available>
<TIME_OUT>boolean</TIME_OUT>
<SCLI_OUT>boolean</SCLI_OUT>
<REM_OUT>boolean</REM_OUT>
<CAM_OUT>boolean</CAM_OUT>
<ENV_OUT>boolean</ENV_OUT>
<SMS_OUT>boolean</SMS_OUT>
<DISK_OUT>boolean</DISK_OUT>
</Get_Client_GeneralDataResult>
</Get_Client_GeneralDataResponse>
</soap12:Body>
</soap12:Envelope>