GfiPepWS
Click here for a complete list of operations.
FAC_RAPPROCHEMENT
Permet de rapprocher une facture à un ou plusieurs SF. Elle doit également permettre de créer la liquidation de DP. Retourne le numéro de liquidation.
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /GFIPepProdWS/GfiPepWS.asmx HTTP/1.1
Host: pepws-prod.inj.isoftcloud.cloud
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/FAC_RAPPROCHEMENT"
<?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>
<FAC_RAPPROCHEMENT xmlns="http://tempuri.org/">
<argInterfaceFACRWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<COD_APP>string</COD_APP>
<NUM_FAC>string</NUM_FAC>
<LIC_TIER>string</LIC_TIER>
<DAT_ENR>string</DAT_ENR>
<USER_ENR>string</USER_ENR>
<DAT_SF>string</DAT_SF>
<LIB_REF_EXT>string</LIB_REF_EXT>
<LIB_PIE>string</LIB_PIE>
<LIB_VIR>string</LIB_VIR>
<MNT_TTC_FACT>double</MNT_TTC_FACT>
<IDF_UTIL>string</IDF_UTIL>
<LIGNES_SF>
<LigneInterfaceFACRWSInfo>
<NUM_SF>string</NUM_SF>
<NUM_EJ>string</NUM_EJ>
<NUM_LIG_EJ>int</NUM_LIG_EJ>
<MNT_HT_A_FACT>double</MNT_HT_A_FACT>
<MNT_TVA_A_FACT>double</MNT_TVA_A_FACT>
<SOLDE_EJ>string</SOLDE_EJ>
<LIB_LIG>string</LIB_LIG>
<DESTINATION>string</DESTINATION>
<ENVELOPPE>string</ENVELOPPE>
<SERVICE>string</SERVICE>
<RUBRIQUE>string</RUBRIQUE>
<NUM_CONV>string</NUM_CONV>
<NUM_MAR>string</NUM_MAR>
<LIG_MAR>int</LIG_MAR>
<PROGRAMME>string</PROGRAMME>
<OPERATION>string</OPERATION>
<G_CG_CPT>string</G_CG_CPT>
<G_CG_CPT_CTP>string</G_CG_CPT_CTP>
<MNT_HT>double</MNT_HT>
<SECTEUR>string</SECTEUR>
<COD_TVA>string</COD_TVA>
<TX_TVA>double</TX_TVA>
<MNT_TVA>double</MNT_TVA>
<MNT_TTC>double</MNT_TTC>
<CMP>string</CMP>
<FORCER>string</FORCER>
<LIGNES_ANA xsi:nil="true" />
</LigneInterfaceFACRWSInfo>
<LigneInterfaceFACRWSInfo>
<NUM_SF>string</NUM_SF>
<NUM_EJ>string</NUM_EJ>
<NUM_LIG_EJ>int</NUM_LIG_EJ>
<MNT_HT_A_FACT>double</MNT_HT_A_FACT>
<MNT_TVA_A_FACT>double</MNT_TVA_A_FACT>
<SOLDE_EJ>string</SOLDE_EJ>
<LIB_LIG>string</LIB_LIG>
<DESTINATION>string</DESTINATION>
<ENVELOPPE>string</ENVELOPPE>
<SERVICE>string</SERVICE>
<RUBRIQUE>string</RUBRIQUE>
<NUM_CONV>string</NUM_CONV>
<NUM_MAR>string</NUM_MAR>
<LIG_MAR>int</LIG_MAR>
<PROGRAMME>string</PROGRAMME>
<OPERATION>string</OPERATION>
<G_CG_CPT>string</G_CG_CPT>
<G_CG_CPT_CTP>string</G_CG_CPT_CTP>
<MNT_HT>double</MNT_HT>
<SECTEUR>string</SECTEUR>
<COD_TVA>string</COD_TVA>
<TX_TVA>double</TX_TVA>
<MNT_TVA>double</MNT_TVA>
<MNT_TTC>double</MNT_TTC>
<CMP>string</CMP>
<FORCER>string</FORCER>
<LIGNES_ANA xsi:nil="true" />
</LigneInterfaceFACRWSInfo>
</LIGNES_SF>
</argInterfaceFACRWSInfo>
</FAC_RAPPROCHEMENT>
</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>
<FAC_RAPPROCHEMENTResponse xmlns="http://tempuri.org/">
<FAC_RAPPROCHEMENTResult>int</FAC_RAPPROCHEMENTResult>
</FAC_RAPPROCHEMENTResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /GFIPepProdWS/GfiPepWS.asmx HTTP/1.1
Host: pepws-prod.inj.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>
<FAC_RAPPROCHEMENT xmlns="http://tempuri.org/">
<argInterfaceFACRWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<COD_APP>string</COD_APP>
<NUM_FAC>string</NUM_FAC>
<LIC_TIER>string</LIC_TIER>
<DAT_ENR>string</DAT_ENR>
<USER_ENR>string</USER_ENR>
<DAT_SF>string</DAT_SF>
<LIB_REF_EXT>string</LIB_REF_EXT>
<LIB_PIE>string</LIB_PIE>
<LIB_VIR>string</LIB_VIR>
<MNT_TTC_FACT>double</MNT_TTC_FACT>
<IDF_UTIL>string</IDF_UTIL>
<LIGNES_SF>
<LigneInterfaceFACRWSInfo>
<NUM_SF>string</NUM_SF>
<NUM_EJ>string</NUM_EJ>
<NUM_LIG_EJ>int</NUM_LIG_EJ>
<MNT_HT_A_FACT>double</MNT_HT_A_FACT>
<MNT_TVA_A_FACT>double</MNT_TVA_A_FACT>
<SOLDE_EJ>string</SOLDE_EJ>
<LIB_LIG>string</LIB_LIG>
<DESTINATION>string</DESTINATION>
<ENVELOPPE>string</ENVELOPPE>
<SERVICE>string</SERVICE>
<RUBRIQUE>string</RUBRIQUE>
<NUM_CONV>string</NUM_CONV>
<NUM_MAR>string</NUM_MAR>
<LIG_MAR>int</LIG_MAR>
<PROGRAMME>string</PROGRAMME>
<OPERATION>string</OPERATION>
<G_CG_CPT>string</G_CG_CPT>
<G_CG_CPT_CTP>string</G_CG_CPT_CTP>
<MNT_HT>double</MNT_HT>
<SECTEUR>string</SECTEUR>
<COD_TVA>string</COD_TVA>
<TX_TVA>double</TX_TVA>
<MNT_TVA>double</MNT_TVA>
<MNT_TTC>double</MNT_TTC>
<CMP>string</CMP>
<FORCER>string</FORCER>
<LIGNES_ANA xsi:nil="true" />
</LigneInterfaceFACRWSInfo>
<LigneInterfaceFACRWSInfo>
<NUM_SF>string</NUM_SF>
<NUM_EJ>string</NUM_EJ>
<NUM_LIG_EJ>int</NUM_LIG_EJ>
<MNT_HT_A_FACT>double</MNT_HT_A_FACT>
<MNT_TVA_A_FACT>double</MNT_TVA_A_FACT>
<SOLDE_EJ>string</SOLDE_EJ>
<LIB_LIG>string</LIB_LIG>
<DESTINATION>string</DESTINATION>
<ENVELOPPE>string</ENVELOPPE>
<SERVICE>string</SERVICE>
<RUBRIQUE>string</RUBRIQUE>
<NUM_CONV>string</NUM_CONV>
<NUM_MAR>string</NUM_MAR>
<LIG_MAR>int</LIG_MAR>
<PROGRAMME>string</PROGRAMME>
<OPERATION>string</OPERATION>
<G_CG_CPT>string</G_CG_CPT>
<G_CG_CPT_CTP>string</G_CG_CPT_CTP>
<MNT_HT>double</MNT_HT>
<SECTEUR>string</SECTEUR>
<COD_TVA>string</COD_TVA>
<TX_TVA>double</TX_TVA>
<MNT_TVA>double</MNT_TVA>
<MNT_TTC>double</MNT_TTC>
<CMP>string</CMP>
<FORCER>string</FORCER>
<LIGNES_ANA xsi:nil="true" />
</LigneInterfaceFACRWSInfo>
</LIGNES_SF>
</argInterfaceFACRWSInfo>
</FAC_RAPPROCHEMENT>
</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>
<FAC_RAPPROCHEMENTResponse xmlns="http://tempuri.org/">
<FAC_RAPPROCHEMENTResult>int</FAC_RAPPROCHEMENTResult>
</FAC_RAPPROCHEMENTResponse>
</soap12:Body>
</soap12:Envelope>