GfiPepWS


Click here for a complete list of operations.

EJ_Creation_Surcharge

Permet la création d'un EJ ou d'une proposition d'EJ dans PEP à partir de son entête et de ses lignes(détails et analytiques). Retourne le numéro d'EJ ou de proposition.

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/EJ_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>
    <EJ_Creation_Surcharge xmlns="http://tempuri.org/">
      <argEJ_ENTETE>
        <ETAB>string</ETAB>
        <BUDGET>string</BUDGET>
        <EXERCICE>string</EXERCICE>
        <TYP_EJ>string</TYP_EJ>
        <TYP_PIE>string</TYP_PIE>
        <NUM_PRO>string</NUM_PRO>
        <NUM_EJ>string</NUM_EJ>
        <LIC_TIER>string</LIC_TIER>
        <REF_EXT>string</REF_EXT>
        <LIB_PIE>string</LIB_PIE>
        <DAT_NOT>string</DAT_NOT>
        <DAT_VIS>string</DAT_VIS>
        <MIXTE>string</MIXTE>
        <COMMENTAIRE>string</COMMENTAIRE>
        <TYPOLOGIE>string</TYPOLOGIE>
        <LIC_PROC>string</LIC_PROC>
        <TYP_MVT>string</TYP_MVT>
        <COD_APP>string</COD_APP>
        <ITF_RES1>string</ITF_RES1>
        <ITF_RES2>string</ITF_RES2>
        <FORCER>string</FORCER>
        <MNT_TTC>double</MNT_TTC>
        <IDF_UTIL>string</IDF_UTIL>
      </argEJ_ENTETE>
      <argLignes_EJ>
        <Lignes_EJ_WS>
          <NUM_LIG>int</NUM_LIG>
          <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>string</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>
          <TX_TVA>double</TX_TVA>
          <MNT_TVA>double</MNT_TVA>
          <MNT_TTC>double</MNT_TTC>
          <CMP>string</CMP>
          <ITF_RES1>string</ITF_RES1>
          <ITF_RES2>string</ITF_RES2>
        </Lignes_EJ_WS>
        <Lignes_EJ_WS>
          <NUM_LIG>int</NUM_LIG>
          <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>string</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>
          <TX_TVA>double</TX_TVA>
          <MNT_TVA>double</MNT_TVA>
          <MNT_TTC>double</MNT_TTC>
          <CMP>string</CMP>
          <ITF_RES1>string</ITF_RES1>
          <ITF_RES2>string</ITF_RES2>
        </Lignes_EJ_WS>
      </argLignes_EJ>
      <argLignes_ANA>
        <Lignes_ANA_EJ_WS>
          <NUM_LIG>int</NUM_LIG>
          <LIC_TYP_VEN>string</LIC_TYP_VEN>
          <LIC_VEN>string</LIC_VEN>
          <MNT_HT>double</MNT_HT>
          <POUR_VEN>double</POUR_VEN>
          <LIB_CRI_AUT>string</LIB_CRI_AUT>
        </Lignes_ANA_EJ_WS>
        <Lignes_ANA_EJ_WS>
          <NUM_LIG>int</NUM_LIG>
          <LIC_TYP_VEN>string</LIC_TYP_VEN>
          <LIC_VEN>string</LIC_VEN>
          <MNT_HT>double</MNT_HT>
          <POUR_VEN>double</POUR_VEN>
          <LIB_CRI_AUT>string</LIB_CRI_AUT>
        </Lignes_ANA_EJ_WS>
      </argLignes_ANA>
    </EJ_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>
    <EJ_Creation_SurchargeResponse xmlns="http://tempuri.org/">
      <EJ_Creation_SurchargeResult>string</EJ_Creation_SurchargeResult>
    </EJ_Creation_SurchargeResponse>
  </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>
    <EJ_Creation_Surcharge xmlns="http://tempuri.org/">
      <argEJ_ENTETE>
        <ETAB>string</ETAB>
        <BUDGET>string</BUDGET>
        <EXERCICE>string</EXERCICE>
        <TYP_EJ>string</TYP_EJ>
        <TYP_PIE>string</TYP_PIE>
        <NUM_PRO>string</NUM_PRO>
        <NUM_EJ>string</NUM_EJ>
        <LIC_TIER>string</LIC_TIER>
        <REF_EXT>string</REF_EXT>
        <LIB_PIE>string</LIB_PIE>
        <DAT_NOT>string</DAT_NOT>
        <DAT_VIS>string</DAT_VIS>
        <MIXTE>string</MIXTE>
        <COMMENTAIRE>string</COMMENTAIRE>
        <TYPOLOGIE>string</TYPOLOGIE>
        <LIC_PROC>string</LIC_PROC>
        <TYP_MVT>string</TYP_MVT>
        <COD_APP>string</COD_APP>
        <ITF_RES1>string</ITF_RES1>
        <ITF_RES2>string</ITF_RES2>
        <FORCER>string</FORCER>
        <MNT_TTC>double</MNT_TTC>
        <IDF_UTIL>string</IDF_UTIL>
      </argEJ_ENTETE>
      <argLignes_EJ>
        <Lignes_EJ_WS>
          <NUM_LIG>int</NUM_LIG>
          <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>string</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>
          <TX_TVA>double</TX_TVA>
          <MNT_TVA>double</MNT_TVA>
          <MNT_TTC>double</MNT_TTC>
          <CMP>string</CMP>
          <ITF_RES1>string</ITF_RES1>
          <ITF_RES2>string</ITF_RES2>
        </Lignes_EJ_WS>
        <Lignes_EJ_WS>
          <NUM_LIG>int</NUM_LIG>
          <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>string</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>
          <TX_TVA>double</TX_TVA>
          <MNT_TVA>double</MNT_TVA>
          <MNT_TTC>double</MNT_TTC>
          <CMP>string</CMP>
          <ITF_RES1>string</ITF_RES1>
          <ITF_RES2>string</ITF_RES2>
        </Lignes_EJ_WS>
      </argLignes_EJ>
      <argLignes_ANA>
        <Lignes_ANA_EJ_WS>
          <NUM_LIG>int</NUM_LIG>
          <LIC_TYP_VEN>string</LIC_TYP_VEN>
          <LIC_VEN>string</LIC_VEN>
          <MNT_HT>double</MNT_HT>
          <POUR_VEN>double</POUR_VEN>
          <LIB_CRI_AUT>string</LIB_CRI_AUT>
        </Lignes_ANA_EJ_WS>
        <Lignes_ANA_EJ_WS>
          <NUM_LIG>int</NUM_LIG>
          <LIC_TYP_VEN>string</LIC_TYP_VEN>
          <LIC_VEN>string</LIC_VEN>
          <MNT_HT>double</MNT_HT>
          <POUR_VEN>double</POUR_VEN>
          <LIB_CRI_AUT>string</LIB_CRI_AUT>
        </Lignes_ANA_EJ_WS>
      </argLignes_ANA>
    </EJ_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>
    <EJ_Creation_SurchargeResponse xmlns="http://tempuri.org/">
      <EJ_Creation_SurchargeResult>string</EJ_Creation_SurchargeResult>
    </EJ_Creation_SurchargeResponse>
  </soap12:Body>
</soap12:Envelope>