Service
Cliquez ici pour une liste complète des opérations.
setLead_V_1
Test
Le formulaire de test est uniquement disponible pour les demandes de l'ordinateur local.SOAP 1.1
Le texte suivant est un exemple de demande et de réponse SOAP 1.1. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.
POST /service.asmx HTTP/1.1 Host: demo-wspublic-net.v12web.eu Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://v12web.eu/setLead_V_1" <?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> <setLead_V_1 xmlns="http://v12web.eu/"> <sIdFournisseur>string</sIdFournisseur> <sIdService>string</sIdService> <sIdClient>string</sIdClient> <sCodeDistributeur>string</sCodeDistributeur> <ist_V_1> <sIdLeadExterne>string</sIdLeadExterne> <dDateQualificationLead>dateTime</dDateQualificationLead> <sIdCampagne>string</sIdCampagne> <sLibelleCampagne>string</sLibelleCampagne> <iIdSiteV12>int</iIdSiteV12> <bBloque>boolean</bBloque> <sProprieteExterne>string</sProprieteExterne> <sGCLID>string</sGCLID> <dhDateLimiteTraitement>dateTime</dhDateLimiteTraitement> <tstContenu> <stContenu_V_1> <sCle>string</sCle> <sValeur>string</sValeur> <sLibelle>string</sLibelle> <iTypeValeur>short</iTypeValeur> <sLibre>string</sLibre> </stContenu_V_1> <stContenu_V_1> <sCle>string</sCle> <sValeur>string</sValeur> <sLibelle>string</sLibelle> <iTypeValeur>short</iTypeValeur> <sLibre>string</sLibre> </stContenu_V_1> </tstContenu> </ist_V_1> </setLead_V_1> </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> <setLead_V_1Response xmlns="http://v12web.eu/"> <setLead_V_1Result>string</setLead_V_1Result> </setLead_V_1Response> </soap:Body> </soap:Envelope>
SOAP 1.2
Le texte suivant est un exemple de demande et de réponse SOAP 1.2. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.
POST /service.asmx HTTP/1.1 Host: demo-wspublic-net.v12web.eu 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> <setLead_V_1 xmlns="http://v12web.eu/"> <sIdFournisseur>string</sIdFournisseur> <sIdService>string</sIdService> <sIdClient>string</sIdClient> <sCodeDistributeur>string</sCodeDistributeur> <ist_V_1> <sIdLeadExterne>string</sIdLeadExterne> <dDateQualificationLead>dateTime</dDateQualificationLead> <sIdCampagne>string</sIdCampagne> <sLibelleCampagne>string</sLibelleCampagne> <iIdSiteV12>int</iIdSiteV12> <bBloque>boolean</bBloque> <sProprieteExterne>string</sProprieteExterne> <sGCLID>string</sGCLID> <dhDateLimiteTraitement>dateTime</dhDateLimiteTraitement> <tstContenu> <stContenu_V_1> <sCle>string</sCle> <sValeur>string</sValeur> <sLibelle>string</sLibelle> <iTypeValeur>short</iTypeValeur> <sLibre>string</sLibre> </stContenu_V_1> <stContenu_V_1> <sCle>string</sCle> <sValeur>string</sValeur> <sLibelle>string</sLibelle> <iTypeValeur>short</iTypeValeur> <sLibre>string</sLibre> </stContenu_V_1> </tstContenu> </ist_V_1> </setLead_V_1> </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> <setLead_V_1Response xmlns="http://v12web.eu/"> <setLead_V_1Result>string</setLead_V_1Result> </setLead_V_1Response> </soap12:Body> </soap12:Envelope>