GfiPepWS
Click here for a complete list of operations.
RET_ECRITURE
Permet de connaître l’état d’une écriture(ECR,DCO,DVD) en comptabilité générale dans PEP.
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/RET_ECRITURE"
<?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>
<RET_ECRITURE xmlns="http://tempuri.org/">
<argRET_ECRITURE>
<ETAB>string</ETAB>
<AC>string</AC>
<EXERCICE>string</EXERCICE>
<TYP_PIE>string</TYP_PIE>
<MOD_ID>string</MOD_ID>
<VAL_ID>string</VAL_ID>
</argRET_ECRITURE>
</RET_ECRITURE>
</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>
<RET_ECRITUREResponse xmlns="http://tempuri.org/">
<RET_ECRITUREResult>
<C_ER_VAL>string</C_ER_VAL>
<LIC_EXE>string</LIC_EXE>
<NUM_PRO>int</NUM_PRO>
<NUM_ECR>int</NUM_ECR>
<C_TB_COD>string</C_TB_COD>
<C_BD_COD>string</C_BD_COD>
<IDF_UTIL>string</IDF_UTIL>
<C_LE_DAT>string</C_LE_DAT>
<C_ER_DAT>string</C_ER_DAT>
<COD_APP>string</COD_APP>
<ITF_RES1>string</ITF_RES1>
<ITF_RES2>string</ITF_RES2>
<TYP_PIE>string</TYP_PIE>
<NUM_BOR>int</NUM_BOR>
<NUM_PIE>int</NUM_PIE>
<EXE_PIE>string</EXE_PIE>
<MNT_PIE>double</MNT_PIE>
<USER_ENR>string</USER_ENR>
<DAT_VIS>string</DAT_VIS>
<DAT_EMI>string</DAT_EMI>
<DAT_PCH>string</DAT_PCH>
<DAT_REJ>string</DAT_REJ>
<MOTIF_REJ>string</MOTIF_REJ>
<DAT_DEC>string</DAT_DEC>
<LIB_PIE>string</LIB_PIE>
<NAT_PIE>string</NAT_PIE>
<STA_PIE>string</STA_PIE>
<LIGNES_ECR>
<LigneInterfaceRetEcrWSInfo>
<C_LE_COD>int</C_LE_COD>
<C_DL_COD>int</C_DL_COD>
<G_CG_CPT>string</G_CG_CPT>
<C_LE_LIB>string</C_LE_LIB>
<C_LE_SEN>string</C_LE_SEN>
<C_LE_MON>double</C_LE_MON>
<LIC_TIER>string</LIC_TIER>
<LIB_NOM_TIER>string</LIB_NOM_TIER>
<LIB_PIE>string</LIB_PIE>
<REF_EXT>string</REF_EXT>
<C_EA_MON>double</C_EA_MON>
</LigneInterfaceRetEcrWSInfo>
<LigneInterfaceRetEcrWSInfo>
<C_LE_COD>int</C_LE_COD>
<C_DL_COD>int</C_DL_COD>
<G_CG_CPT>string</G_CG_CPT>
<C_LE_LIB>string</C_LE_LIB>
<C_LE_SEN>string</C_LE_SEN>
<C_LE_MON>double</C_LE_MON>
<LIC_TIER>string</LIC_TIER>
<LIB_NOM_TIER>string</LIB_NOM_TIER>
<LIB_PIE>string</LIB_PIE>
<REF_EXT>string</REF_EXT>
<C_EA_MON>double</C_EA_MON>
</LigneInterfaceRetEcrWSInfo>
</LIGNES_ECR>
</RET_ECRITUREResult>
</RET_ECRITUREResponse>
</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>
<RET_ECRITURE xmlns="http://tempuri.org/">
<argRET_ECRITURE>
<ETAB>string</ETAB>
<AC>string</AC>
<EXERCICE>string</EXERCICE>
<TYP_PIE>string</TYP_PIE>
<MOD_ID>string</MOD_ID>
<VAL_ID>string</VAL_ID>
</argRET_ECRITURE>
</RET_ECRITURE>
</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>
<RET_ECRITUREResponse xmlns="http://tempuri.org/">
<RET_ECRITUREResult>
<C_ER_VAL>string</C_ER_VAL>
<LIC_EXE>string</LIC_EXE>
<NUM_PRO>int</NUM_PRO>
<NUM_ECR>int</NUM_ECR>
<C_TB_COD>string</C_TB_COD>
<C_BD_COD>string</C_BD_COD>
<IDF_UTIL>string</IDF_UTIL>
<C_LE_DAT>string</C_LE_DAT>
<C_ER_DAT>string</C_ER_DAT>
<COD_APP>string</COD_APP>
<ITF_RES1>string</ITF_RES1>
<ITF_RES2>string</ITF_RES2>
<TYP_PIE>string</TYP_PIE>
<NUM_BOR>int</NUM_BOR>
<NUM_PIE>int</NUM_PIE>
<EXE_PIE>string</EXE_PIE>
<MNT_PIE>double</MNT_PIE>
<USER_ENR>string</USER_ENR>
<DAT_VIS>string</DAT_VIS>
<DAT_EMI>string</DAT_EMI>
<DAT_PCH>string</DAT_PCH>
<DAT_REJ>string</DAT_REJ>
<MOTIF_REJ>string</MOTIF_REJ>
<DAT_DEC>string</DAT_DEC>
<LIB_PIE>string</LIB_PIE>
<NAT_PIE>string</NAT_PIE>
<STA_PIE>string</STA_PIE>
<LIGNES_ECR>
<LigneInterfaceRetEcrWSInfo>
<C_LE_COD>int</C_LE_COD>
<C_DL_COD>int</C_DL_COD>
<G_CG_CPT>string</G_CG_CPT>
<C_LE_LIB>string</C_LE_LIB>
<C_LE_SEN>string</C_LE_SEN>
<C_LE_MON>double</C_LE_MON>
<LIC_TIER>string</LIC_TIER>
<LIB_NOM_TIER>string</LIB_NOM_TIER>
<LIB_PIE>string</LIB_PIE>
<REF_EXT>string</REF_EXT>
<C_EA_MON>double</C_EA_MON>
</LigneInterfaceRetEcrWSInfo>
<LigneInterfaceRetEcrWSInfo>
<C_LE_COD>int</C_LE_COD>
<C_DL_COD>int</C_DL_COD>
<G_CG_CPT>string</G_CG_CPT>
<C_LE_LIB>string</C_LE_LIB>
<C_LE_SEN>string</C_LE_SEN>
<C_LE_MON>double</C_LE_MON>
<LIC_TIER>string</LIC_TIER>
<LIB_NOM_TIER>string</LIB_NOM_TIER>
<LIB_PIE>string</LIB_PIE>
<REF_EXT>string</REF_EXT>
<C_EA_MON>double</C_EA_MON>
</LigneInterfaceRetEcrWSInfo>
</LIGNES_ECR>
</RET_ECRITUREResult>
</RET_ECRITUREResponse>
</soap12:Body>
</soap12:Envelope>