Service
Cliquez ici pour une liste complète des opérations.
TranswebPushON
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-wsserver-net.v12web.eu Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://xc-developpement.fr/TranswebPushON" <?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> <TranswebPushON xmlns="http://xc-developpement.fr/"> <iIdApplication>int</iIdApplication> <istTranswebPushON> <iApplicationSource>V12_WEB or V12 or CRMAUTO</iApplicationSource> <iIdGroupe>short</iIdGroupe> <iIdEntite>short</iIdEntite> <sIdEntiteWS>string</sIdEntiteWS> <eTypeStockVehicule>VO or VD or VN</eTypeStockVehicule> <iIdVehicule>int</iIdVehicule> <sNumeroUniqueGroupe>string</sNumeroUniqueGroupe> <tListeAnnonceur> <int>int</int> <int>int</int> </tListeAnnonceur> <eDetination>Particulier or Marchand or Casse</eDetination> <iIdSite>short</iIdSite> <sSiteNom>string</sSiteNom> <sSiteAdresse>string</sSiteAdresse> <sSiteCodepostal>string</sSiteCodepostal> <sSiteVille>string</sSiteVille> <sSiteTelephone>string</sSiteTelephone> <sSiteFax>string</sSiteFax> <sContactLogin>string</sContactLogin> <sContactNom>string</sContactNom> <sContactPrenom>string</sContactPrenom> <sContactTelephone>string</sContactTelephone> <sContactPortable>string</sContactPortable> <sContactMail>string</sContactMail> <iIdType>short</iIdType> <sType>string</sType> <iIdMarque>int</iIdMarque> <sMarque>string</sMarque> <sGroupeModele1>string</sGroupeModele1> <sGroupeModele2>string</sGroupeModele2> <sModele1>string</sModele1> <sModele2>string</sModele2> <iIdModele>int</iIdModele> <sIdEnergie>string</sIdEnergie> <sEnergie>string</sEnergie> <sIdCarrosserie>string</sIdCarrosserie> <sCarrosserie>string</sCarrosserie> <iNbPorte>short</iNbPorte> <sVersion>string</sVersion> <sFinition>string</sFinition> <rCVDin>float</rCVDin> <rCVF>float</rCVF> <rKW>float</rKW> <iNbVitesse>short</iNbVitesse> <iNbPlace>short</iNbPlace> <sIdMotricite>string</sIdMotricite> <sMotricite>string</sMotricite> <sIdEchappement>string</sIdEchappement> <sEchappement>string</sEchappement> <sIdCylindree>string</sIdCylindree> <sCylindree>string</sCylindree> <iNbCylinde>short</iNbCylinde> <sIdSegmentation>string</sIdSegmentation> <sSegmentation>string</sSegmentation> <sIdTransmission>string</sIdTransmission> <sTransmission>string</sTransmission> <rCapaciteCM3>float</rCapaciteCM3> <rNbCouple>float</rNbCouple> <iNbSoupapes>short</iNbSoupapes> <iEmpattement>int</iEmpattement> <sDetail>string</sDetail> <sNatCode>string</sNatCode> <iCO2>int</iCO2> <sIdCouleur>string</sIdCouleur> <sCouleur>string</sCouleur> <sIdGarniture>string</sIdGarniture> <sGarniture>string</sGarniture> <sNumeroInterne>string</sNumeroInterne> <sCodeVehicule>string</sCodeVehicule> <iKilometrage>int</iKilometrage> <sImmatriculation>string</sImmatriculation> <sNumeroSerie>string</sNumeroSerie> <sAnneeModele>string</sAnneeModele> <dDateImmat1>dateTime</dDateImmat1> <sGarantieType>string</sGarantieType> <sGarantieSpecification>string</sGarantieSpecification> <sGarantieDuree>string</sGarantieDuree> <dDateEntreeStock>dateTime</dDateEntreeStock> <sObservation>string</sObservation> <bDepotVente>boolean</bDepotVente> <bKilometreGarantie>boolean</bKilometreGarantie> <bPremiereMain>boolean</bPremiereMain> <bSoumisTVA>boolean</bSoumisTVA> <rPrixVente>decimal</rPrixVente> <rTauxTVA>float</rTauxTVA> <rPrixTranswebTTC>decimal</rPrixTranswebTTC> <rPrixVehicule>decimal</rPrixVehicule> <rPrixTotalOptions>decimal</rPrixTotalOptions> <iIdLabel>short</iIdLabel> <tstTranswebPhoto> <stTranswebPhoto> <tFluxPhoto>base64Binary</tFluxPhoto> </stTranswebPhoto> <stTranswebPhoto> <tFluxPhoto>base64Binary</tFluxPhoto> </stTranswebPhoto> </tstTranswebPhoto> <tstTranswebOption> <stTranswebOption> <iId>int</iId> <eTypeEquipement>Serie or Options or Packs or Packs_Promo</eTypeEquipement> <sLibelle>string</sLibelle> <sCodeOption>string</sCodeOption> <sNatCode>string</sNatCode> <rPrix>decimal</rPrix> <rTauxTVA>decimal</rTauxTVA> </stTranswebOption> <stTranswebOption> <iId>int</iId> <eTypeEquipement>Serie or Options or Packs or Packs_Promo</eTypeEquipement> <sLibelle>string</sLibelle> <sCodeOption>string</sCodeOption> <sNatCode>string</sNatCode> <rPrix>decimal</rPrix> <rTauxTVA>decimal</rTauxTVA> </stTranswebOption> </tstTranswebOption> </istTranswebPushON> </TranswebPushON> </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> <TranswebPushONResponse xmlns="http://xc-developpement.fr/"> <TranswebPushONResult> <iIdGroupe>short</iIdGroupe> <iIdEntite>short</iIdEntite> <eTypeStockVehicule>VO or VD or VN</eTypeStockVehicule> <iIdVehicule>int</iIdVehicule> <eEtat>OK or ClientInexistant or ParametreManquant or IdWebManquant or ErreurFichier or ErreurBdd or AnnonceurManquant</eEtat> </TranswebPushONResult> </TranswebPushONResponse> </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-wsserver-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> <TranswebPushON xmlns="http://xc-developpement.fr/"> <iIdApplication>int</iIdApplication> <istTranswebPushON> <iApplicationSource>V12_WEB or V12 or CRMAUTO</iApplicationSource> <iIdGroupe>short</iIdGroupe> <iIdEntite>short</iIdEntite> <sIdEntiteWS>string</sIdEntiteWS> <eTypeStockVehicule>VO or VD or VN</eTypeStockVehicule> <iIdVehicule>int</iIdVehicule> <sNumeroUniqueGroupe>string</sNumeroUniqueGroupe> <tListeAnnonceur> <int>int</int> <int>int</int> </tListeAnnonceur> <eDetination>Particulier or Marchand or Casse</eDetination> <iIdSite>short</iIdSite> <sSiteNom>string</sSiteNom> <sSiteAdresse>string</sSiteAdresse> <sSiteCodepostal>string</sSiteCodepostal> <sSiteVille>string</sSiteVille> <sSiteTelephone>string</sSiteTelephone> <sSiteFax>string</sSiteFax> <sContactLogin>string</sContactLogin> <sContactNom>string</sContactNom> <sContactPrenom>string</sContactPrenom> <sContactTelephone>string</sContactTelephone> <sContactPortable>string</sContactPortable> <sContactMail>string</sContactMail> <iIdType>short</iIdType> <sType>string</sType> <iIdMarque>int</iIdMarque> <sMarque>string</sMarque> <sGroupeModele1>string</sGroupeModele1> <sGroupeModele2>string</sGroupeModele2> <sModele1>string</sModele1> <sModele2>string</sModele2> <iIdModele>int</iIdModele> <sIdEnergie>string</sIdEnergie> <sEnergie>string</sEnergie> <sIdCarrosserie>string</sIdCarrosserie> <sCarrosserie>string</sCarrosserie> <iNbPorte>short</iNbPorte> <sVersion>string</sVersion> <sFinition>string</sFinition> <rCVDin>float</rCVDin> <rCVF>float</rCVF> <rKW>float</rKW> <iNbVitesse>short</iNbVitesse> <iNbPlace>short</iNbPlace> <sIdMotricite>string</sIdMotricite> <sMotricite>string</sMotricite> <sIdEchappement>string</sIdEchappement> <sEchappement>string</sEchappement> <sIdCylindree>string</sIdCylindree> <sCylindree>string</sCylindree> <iNbCylinde>short</iNbCylinde> <sIdSegmentation>string</sIdSegmentation> <sSegmentation>string</sSegmentation> <sIdTransmission>string</sIdTransmission> <sTransmission>string</sTransmission> <rCapaciteCM3>float</rCapaciteCM3> <rNbCouple>float</rNbCouple> <iNbSoupapes>short</iNbSoupapes> <iEmpattement>int</iEmpattement> <sDetail>string</sDetail> <sNatCode>string</sNatCode> <iCO2>int</iCO2> <sIdCouleur>string</sIdCouleur> <sCouleur>string</sCouleur> <sIdGarniture>string</sIdGarniture> <sGarniture>string</sGarniture> <sNumeroInterne>string</sNumeroInterne> <sCodeVehicule>string</sCodeVehicule> <iKilometrage>int</iKilometrage> <sImmatriculation>string</sImmatriculation> <sNumeroSerie>string</sNumeroSerie> <sAnneeModele>string</sAnneeModele> <dDateImmat1>dateTime</dDateImmat1> <sGarantieType>string</sGarantieType> <sGarantieSpecification>string</sGarantieSpecification> <sGarantieDuree>string</sGarantieDuree> <dDateEntreeStock>dateTime</dDateEntreeStock> <sObservation>string</sObservation> <bDepotVente>boolean</bDepotVente> <bKilometreGarantie>boolean</bKilometreGarantie> <bPremiereMain>boolean</bPremiereMain> <bSoumisTVA>boolean</bSoumisTVA> <rPrixVente>decimal</rPrixVente> <rTauxTVA>float</rTauxTVA> <rPrixTranswebTTC>decimal</rPrixTranswebTTC> <rPrixVehicule>decimal</rPrixVehicule> <rPrixTotalOptions>decimal</rPrixTotalOptions> <iIdLabel>short</iIdLabel> <tstTranswebPhoto> <stTranswebPhoto> <tFluxPhoto>base64Binary</tFluxPhoto> </stTranswebPhoto> <stTranswebPhoto> <tFluxPhoto>base64Binary</tFluxPhoto> </stTranswebPhoto> </tstTranswebPhoto> <tstTranswebOption> <stTranswebOption> <iId>int</iId> <eTypeEquipement>Serie or Options or Packs or Packs_Promo</eTypeEquipement> <sLibelle>string</sLibelle> <sCodeOption>string</sCodeOption> <sNatCode>string</sNatCode> <rPrix>decimal</rPrix> <rTauxTVA>decimal</rTauxTVA> </stTranswebOption> <stTranswebOption> <iId>int</iId> <eTypeEquipement>Serie or Options or Packs or Packs_Promo</eTypeEquipement> <sLibelle>string</sLibelle> <sCodeOption>string</sCodeOption> <sNatCode>string</sNatCode> <rPrix>decimal</rPrix> <rTauxTVA>decimal</rTauxTVA> </stTranswebOption> </tstTranswebOption> </istTranswebPushON> </TranswebPushON> </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> <TranswebPushONResponse xmlns="http://xc-developpement.fr/"> <TranswebPushONResult> <iIdGroupe>short</iIdGroupe> <iIdEntite>short</iIdEntite> <eTypeStockVehicule>VO or VD or VN</eTypeStockVehicule> <iIdVehicule>int</iIdVehicule> <eEtat>OK or ClientInexistant or ParametreManquant or IdWebManquant or ErreurFichier or ErreurBdd or AnnonceurManquant</eEtat> </TranswebPushONResult> </TranswebPushONResponse> </soap12:Body> </soap12:Envelope>