GfiPepWS


Click here for a complete list of operations.

TIERS_CREATION

Permet de créer/mettre à jour un tiers dans PEP avec une adresse et un RIB (conserver pour rétrocompatibilité).

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 /GFIPepTestWS/GfiPepWS.asmx HTTP/1.1
Host: pepws-test.inj.isoftcloud.cloud
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/TIERS_CREATION"

<?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>
    <TIERS_CREATION xmlns="http://tempuri.org/">
      <argETAB>string</argETAB>
      <argBUDGET>string</argBUDGET>
      <argCOD_APP>string</argCOD_APP>
      <argTYP_TIER>string</argTYP_TIER>
      <argLIC_TIER>string</argLIC_TIER>
      <argLIB_NOM_TIER>string</argLIB_NOM_TIER>
      <argLIB_PRE_TIER>string</argLIB_PRE_TIER>
      <argCOD_SIRN_TIER>string</argCOD_SIRN_TIER>
      <argCOD_SIRT_TIER>string</argCOD_SIRT_TIER>
      <argLIB_QUA_TIER>string</argLIB_QUA_TIER>
      <argLIB_ENS_TIER>string</argLIB_ENS_TIER>
      <argCOD_NAF_TIER>string</argCOD_NAF_TIER>
      <argCOD_TVA_INT_TIER>string</argCOD_TVA_INT_TIER>
      <argCOD_CLI_TIER>string</argCOD_CLI_TIER>
      <argLIB_REF1_TIER>string</argLIB_REF1_TIER>
      <argLIB_REF2_TIER>string</argLIB_REF2_TIER>
      <argC_MR_COD>string</argC_MR_COD>
      <argIBAN>string</argIBAN>
      <argBIC>string</argBIC>
      <argLIB_BAN_RIB>string</argLIB_BAN_RIB>
      <argLIB_BEN_RIB>string</argLIB_BEN_RIB>
      <argLIB_TYP_ADR>string</argLIB_TYP_ADR>
      <argLIB_ADR1_ADT>string</argLIB_ADR1_ADT>
      <argLIB_ADR2_ADT>string</argLIB_ADR2_ADT>
      <argLIB_ADR3_ADT>string</argLIB_ADR3_ADT>
      <argLIB_ADR4_ADT>string</argLIB_ADR4_ADT>
      <argCOD_POS_ADT>string</argCOD_POS_ADT>
      <argLIC_BDIS_ADT>string</argLIC_BDIS_ADT>
      <argLIB_PAYS>string</argLIB_PAYS>
      <argNUM_TEL_ADT>string</argNUM_TEL_ADT>
      <argNUM_TLC_ADT>string</argNUM_TLC_ADT>
      <argLIB_COR_ADT>string</argLIB_COR_ADT>
      <argADR_EMAIL>string</argADR_EMAIL>
      <argADR_SITEW>string</argADR_SITEW>
      <argLIB_REF_ADT>string</argLIB_REF_ADT>
      <argDEL_PAI_TIER>int</argDEL_PAI_TIER>
      <argFOU_CP>string</argFOU_CP>
      <argTYP_ID_CP>string</argTYP_ID_CP>
      <argIDF_CP>string</argIDF_CP>
      <argEJ_FOU_CP>string</argEJ_FOU_CP>
      <argREC_CP>string</argREC_CP>
      <argOBL_REC_CP>string</argOBL_REC_CP>
      <argEJ_CLI_CP>string</argEJ_CLI_CP>
      <argSER_CLI_CP>string</argSER_CLI_CP>
      <argIDF_UTIL>string</argIDF_UTIL>
      <argCRI_TIE_1>string</argCRI_TIE_1>
      <argCRI_TIE_2>string</argCRI_TIE_2>
      <argCRI_TIE_3>string</argCRI_TIE_3>
      <argCRI_TIE_4>string</argCRI_TIE_4>
      <argCRI_TIE_5>string</argCRI_TIE_5>
      <argMEL_FCT>string</argMEL_FCT>
      <argCOD_INSEE>string</argCOD_INSEE>
      <argCOD_CLE_INSEE>string</argCOD_CLE_INSEE>
      <argCOD_ORGA>string</argCOD_ORGA>
      <argMOD_ASS_TVA>string</argMOD_ASS_TVA>
    </TIERS_CREATION>
  </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>
    <TIERS_CREATIONResponse xmlns="http://tempuri.org/">
      <TIERS_CREATIONResult>string</TIERS_CREATIONResult>
    </TIERS_CREATIONResponse>
  </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 /GFIPepTestWS/GfiPepWS.asmx HTTP/1.1
Host: pepws-test.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>
    <TIERS_CREATION xmlns="http://tempuri.org/">
      <argETAB>string</argETAB>
      <argBUDGET>string</argBUDGET>
      <argCOD_APP>string</argCOD_APP>
      <argTYP_TIER>string</argTYP_TIER>
      <argLIC_TIER>string</argLIC_TIER>
      <argLIB_NOM_TIER>string</argLIB_NOM_TIER>
      <argLIB_PRE_TIER>string</argLIB_PRE_TIER>
      <argCOD_SIRN_TIER>string</argCOD_SIRN_TIER>
      <argCOD_SIRT_TIER>string</argCOD_SIRT_TIER>
      <argLIB_QUA_TIER>string</argLIB_QUA_TIER>
      <argLIB_ENS_TIER>string</argLIB_ENS_TIER>
      <argCOD_NAF_TIER>string</argCOD_NAF_TIER>
      <argCOD_TVA_INT_TIER>string</argCOD_TVA_INT_TIER>
      <argCOD_CLI_TIER>string</argCOD_CLI_TIER>
      <argLIB_REF1_TIER>string</argLIB_REF1_TIER>
      <argLIB_REF2_TIER>string</argLIB_REF2_TIER>
      <argC_MR_COD>string</argC_MR_COD>
      <argIBAN>string</argIBAN>
      <argBIC>string</argBIC>
      <argLIB_BAN_RIB>string</argLIB_BAN_RIB>
      <argLIB_BEN_RIB>string</argLIB_BEN_RIB>
      <argLIB_TYP_ADR>string</argLIB_TYP_ADR>
      <argLIB_ADR1_ADT>string</argLIB_ADR1_ADT>
      <argLIB_ADR2_ADT>string</argLIB_ADR2_ADT>
      <argLIB_ADR3_ADT>string</argLIB_ADR3_ADT>
      <argLIB_ADR4_ADT>string</argLIB_ADR4_ADT>
      <argCOD_POS_ADT>string</argCOD_POS_ADT>
      <argLIC_BDIS_ADT>string</argLIC_BDIS_ADT>
      <argLIB_PAYS>string</argLIB_PAYS>
      <argNUM_TEL_ADT>string</argNUM_TEL_ADT>
      <argNUM_TLC_ADT>string</argNUM_TLC_ADT>
      <argLIB_COR_ADT>string</argLIB_COR_ADT>
      <argADR_EMAIL>string</argADR_EMAIL>
      <argADR_SITEW>string</argADR_SITEW>
      <argLIB_REF_ADT>string</argLIB_REF_ADT>
      <argDEL_PAI_TIER>int</argDEL_PAI_TIER>
      <argFOU_CP>string</argFOU_CP>
      <argTYP_ID_CP>string</argTYP_ID_CP>
      <argIDF_CP>string</argIDF_CP>
      <argEJ_FOU_CP>string</argEJ_FOU_CP>
      <argREC_CP>string</argREC_CP>
      <argOBL_REC_CP>string</argOBL_REC_CP>
      <argEJ_CLI_CP>string</argEJ_CLI_CP>
      <argSER_CLI_CP>string</argSER_CLI_CP>
      <argIDF_UTIL>string</argIDF_UTIL>
      <argCRI_TIE_1>string</argCRI_TIE_1>
      <argCRI_TIE_2>string</argCRI_TIE_2>
      <argCRI_TIE_3>string</argCRI_TIE_3>
      <argCRI_TIE_4>string</argCRI_TIE_4>
      <argCRI_TIE_5>string</argCRI_TIE_5>
      <argMEL_FCT>string</argMEL_FCT>
      <argCOD_INSEE>string</argCOD_INSEE>
      <argCOD_CLE_INSEE>string</argCOD_CLE_INSEE>
      <argCOD_ORGA>string</argCOD_ORGA>
      <argMOD_ASS_TVA>string</argMOD_ASS_TVA>
    </TIERS_CREATION>
  </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>
    <TIERS_CREATIONResponse xmlns="http://tempuri.org/">
      <TIERS_CREATIONResult>string</TIERS_CREATIONResult>
    </TIERS_CREATIONResponse>
  </soap12:Body>
</soap12:Envelope>