GfiPepWS
Cliquez ici pour une liste complète des opérations.
SF_CREATION_SURCHARGE
Permet la création d'un SF dans PEP suivant le statut envoyé (avec un seul paramètre)
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 /PepFormWS/GfiPepWS.asmx HTTP/1.1
Host: pepws-form.francetitres.isoftcloud.cloud
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SF_CREATION_SURCHARGE"
<?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:Header>
<UserCredentials xmlns="http://tempuri.org/">
<userName>string</userName>
<password>string</password>
</UserCredentials>
</soap:Header>
<soap:Body>
<SF_CREATION_SURCHARGE xmlns="http://tempuri.org/">
<argInterfaceSFWSInfo>
<LIC_COL>string</LIC_COL>
<LIC_BUD>string</LIC_BUD>
<LIB_EXE>string</LIB_EXE>
<COD_APP>string</COD_APP>
<TYP_SF>string</TYP_SF>
<LIB_REF_EXT>string</LIB_REF_EXT>
<NUM_SF>string</NUM_SF>
<LIB_PIE>string</LIB_PIE>
<LIC_TIER>string</LIC_TIER>
<DAT_ENR>string</DAT_ENR>
<USER_ENR>string</USER_ENR>
<DAT_SF>string</DAT_SF>
<DAT_CON>string</DAT_CON>
<USER_CON>string</USER_CON>
<DAT_CER>string</DAT_CER>
<USER_CER>string</USER_CER>
<LIC_PROC>string</LIC_PROC>
<RESPONSABLE>string</RESPONSABLE>
<COMMENTAIRE>string</COMMENTAIRE>
<QUA_LIV>string</QUA_LIV>
<ITF_RES1>string</ITF_RES1>
<ITF_RES2>string</ITF_RES2>
<SOLDE_EJ>string</SOLDE_EJ>
<INFO>string</INFO>
<IDF_UTIL>string</IDF_UTIL>
<LIGNES_SF>
<LigneInterfaceSFWSInfo>
<NUM_EJ>string</NUM_EJ>
<NUM_LIG_EJ>int</NUM_LIG_EJ>
<MNT_HT_CERT>double</MNT_HT_CERT>
<QUA_CERT>double</QUA_CERT>
<RUBRIQUE>string</RUBRIQUE>
<MNT_HTR_CERT>double</MNT_HTR_CERT>
<MNT_TVD_CERT>double</MNT_TVD_CERT>
<PCT_PRO_ACT>double</PCT_PRO_ACT>
<MNT_TTC_CERT>double</MNT_TTC_CERT>
<MNT_TVA_CERT>double</MNT_TVA_CERT>
<IDF_LIG_ECH>int</IDF_LIG_ECH>
</LigneInterfaceSFWSInfo>
<LigneInterfaceSFWSInfo>
<NUM_EJ>string</NUM_EJ>
<NUM_LIG_EJ>int</NUM_LIG_EJ>
<MNT_HT_CERT>double</MNT_HT_CERT>
<QUA_CERT>double</QUA_CERT>
<RUBRIQUE>string</RUBRIQUE>
<MNT_HTR_CERT>double</MNT_HTR_CERT>
<MNT_TVD_CERT>double</MNT_TVD_CERT>
<PCT_PRO_ACT>double</PCT_PRO_ACT>
<MNT_TTC_CERT>double</MNT_TTC_CERT>
<MNT_TVA_CERT>double</MNT_TVA_CERT>
<IDF_LIG_ECH>int</IDF_LIG_ECH>
</LigneInterfaceSFWSInfo>
</LIGNES_SF>
</argInterfaceSFWSInfo>
</SF_CREATION_SURCHARGE>
</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>
<SF_CREATION_SURCHARGEResponse xmlns="http://tempuri.org/">
<SF_CREATION_SURCHARGEResult>string</SF_CREATION_SURCHARGEResult>
</SF_CREATION_SURCHARGEResponse>
</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 /PepFormWS/GfiPepWS.asmx HTTP/1.1
Host: pepws-form.francetitres.isoftcloud.cloud
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:Header>
<UserCredentials xmlns="http://tempuri.org/">
<userName>string</userName>
<password>string</password>
</UserCredentials>
</soap12:Header>
<soap12:Body>
<SF_CREATION_SURCHARGE xmlns="http://tempuri.org/">
<argInterfaceSFWSInfo>
<LIC_COL>string</LIC_COL>
<LIC_BUD>string</LIC_BUD>
<LIB_EXE>string</LIB_EXE>
<COD_APP>string</COD_APP>
<TYP_SF>string</TYP_SF>
<LIB_REF_EXT>string</LIB_REF_EXT>
<NUM_SF>string</NUM_SF>
<LIB_PIE>string</LIB_PIE>
<LIC_TIER>string</LIC_TIER>
<DAT_ENR>string</DAT_ENR>
<USER_ENR>string</USER_ENR>
<DAT_SF>string</DAT_SF>
<DAT_CON>string</DAT_CON>
<USER_CON>string</USER_CON>
<DAT_CER>string</DAT_CER>
<USER_CER>string</USER_CER>
<LIC_PROC>string</LIC_PROC>
<RESPONSABLE>string</RESPONSABLE>
<COMMENTAIRE>string</COMMENTAIRE>
<QUA_LIV>string</QUA_LIV>
<ITF_RES1>string</ITF_RES1>
<ITF_RES2>string</ITF_RES2>
<SOLDE_EJ>string</SOLDE_EJ>
<INFO>string</INFO>
<IDF_UTIL>string</IDF_UTIL>
<LIGNES_SF>
<LigneInterfaceSFWSInfo>
<NUM_EJ>string</NUM_EJ>
<NUM_LIG_EJ>int</NUM_LIG_EJ>
<MNT_HT_CERT>double</MNT_HT_CERT>
<QUA_CERT>double</QUA_CERT>
<RUBRIQUE>string</RUBRIQUE>
<MNT_HTR_CERT>double</MNT_HTR_CERT>
<MNT_TVD_CERT>double</MNT_TVD_CERT>
<PCT_PRO_ACT>double</PCT_PRO_ACT>
<MNT_TTC_CERT>double</MNT_TTC_CERT>
<MNT_TVA_CERT>double</MNT_TVA_CERT>
<IDF_LIG_ECH>int</IDF_LIG_ECH>
</LigneInterfaceSFWSInfo>
<LigneInterfaceSFWSInfo>
<NUM_EJ>string</NUM_EJ>
<NUM_LIG_EJ>int</NUM_LIG_EJ>
<MNT_HT_CERT>double</MNT_HT_CERT>
<QUA_CERT>double</QUA_CERT>
<RUBRIQUE>string</RUBRIQUE>
<MNT_HTR_CERT>double</MNT_HTR_CERT>
<MNT_TVD_CERT>double</MNT_TVD_CERT>
<PCT_PRO_ACT>double</PCT_PRO_ACT>
<MNT_TTC_CERT>double</MNT_TTC_CERT>
<MNT_TVA_CERT>double</MNT_TVA_CERT>
<IDF_LIG_ECH>int</IDF_LIG_ECH>
</LigneInterfaceSFWSInfo>
</LIGNES_SF>
</argInterfaceSFWSInfo>
</SF_CREATION_SURCHARGE>
</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>
<SF_CREATION_SURCHARGEResponse xmlns="http://tempuri.org/">
<SF_CREATION_SURCHARGEResult>string</SF_CREATION_SURCHARGEResult>
</SF_CREATION_SURCHARGEResponse>
</soap12:Body>
</soap12:Envelope>