EspaceClientService


Cliquez ici pour une liste complète des opérations.

CreateTrainee

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 /EspaceClientService.asmx HTTP/1.1
Host: dataec.ib-formation.fr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ibformation.fr/CreateTrainee"

<?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>
    <CreateTrainee xmlns="http://ibformation.fr/">
      <userCrmID>string</userCrmID>
      <etablissementID>string</etablissementID>
      <User xmlns="http://ibformation.fr/Services/Entities/Contact">
        <Civility xmlns="http://ibformation.fr/Services">string</Civility>
        <Name xmlns="http://ibformation.fr/Services">string</Name>
        <FirstName xmlns="http://ibformation.fr/Services">string</FirstName>
        <FullName xmlns="http://ibformation.fr/Services">string</FullName>
        <Fonction xmlns="http://ibformation.fr/Services">string</Fonction>
        <ClientType xmlns="http://ibformation.fr/Services">string</ClientType>
        <Adresse xmlns="http://ibformation.fr/Services">string</Adresse>
        <Adresse2 xmlns="http://ibformation.fr/Services">string</Adresse2>
        <Adresse3 xmlns="http://ibformation.fr/Services">string</Adresse3>
        <ZippCode xmlns="http://ibformation.fr/Services">string</ZippCode>
        <City xmlns="http://ibformation.fr/Services">string</City>
        <Country xmlns="http://ibformation.fr/Services">string</Country>
        <Mail xmlns="http://ibformation.fr/Services">string</Mail>
        <PersonalMail xmlns="http://ibformation.fr/Services">string</PersonalMail>
        <PhoneNumber xmlns="http://ibformation.fr/Services">string</PhoneNumber>
        <UserStatus xmlns="http://ibformation.fr/Services">string</UserStatus>
        <UserRole xmlns="http://ibformation.fr/Services">string</UserRole>
        <UserAccount xmlns="http://ibformation.fr/Services">
          <AccountName>string</AccountName>
          <Adresse>string</Adresse>
          <Adresse2>string</Adresse2>
          <Adresse3>string</Adresse3>
          <ZippCode>string</ZippCode>
          <City>string</City>
          <Country>string</Country>
          <IsPortal>boolean</IsPortal>
          <PhoneNumber>string</PhoneNumber>
          <SIRET>string</SIRET>
          <NafCode>string</NafCode>
          <EstablishmentEmployeeNumber>int</EstablishmentEmployeeNumber>
          <BusinessEmployeeNumber>int</BusinessEmployeeNumber>
          <ComputerScientistNumber>int</ComputerScientistNumber>
          <TrainingPeriod>string</TrainingPeriod>
          <AccountUsers>
            <Civility>string</Civility>
            <Name>string</Name>
            <FirstName>string</FirstName>
            <FullName>string</FullName>
            <Fonction>string</Fonction>
            <ClientType>string</ClientType>
            <Adresse>string</Adresse>
            <Adresse2>string</Adresse2>
            <Adresse3>string</Adresse3>
            <ZippCode>string</ZippCode>
            <City>string</City>
            <Country>string</Country>
            <Mail>string</Mail>
            <PersonalMail>string</PersonalMail>
            <PhoneNumber>string</PhoneNumber>
            <UserStatus>string</UserStatus>
            <UserRole>string</UserRole>
            <UserAccount xsi:nil="true" />
            <UserCrmId>string</UserCrmId>
            <InscriptionLunch>boolean</InscriptionLunch>
            <IsSuperEtablissement>boolean</IsSuperEtablissement>
            <CleCommande>string</CleCommande>
          </AccountUsers>
          <AccountUsers>
            <Civility>string</Civility>
            <Name>string</Name>
            <FirstName>string</FirstName>
            <FullName>string</FullName>
            <Fonction>string</Fonction>
            <ClientType>string</ClientType>
            <Adresse>string</Adresse>
            <Adresse2>string</Adresse2>
            <Adresse3>string</Adresse3>
            <ZippCode>string</ZippCode>
            <City>string</City>
            <Country>string</Country>
            <Mail>string</Mail>
            <PersonalMail>string</PersonalMail>
            <PhoneNumber>string</PhoneNumber>
            <UserStatus>string</UserStatus>
            <UserRole>string</UserRole>
            <UserAccount xsi:nil="true" />
            <UserCrmId>string</UserCrmId>
            <InscriptionLunch>boolean</InscriptionLunch>
            <IsSuperEtablissement>boolean</IsSuperEtablissement>
            <CleCommande>string</CleCommande>
          </AccountUsers>
          <AccountCrmId>string</AccountCrmId>
          <Comment>string</Comment>
          <OPCA>string</OPCA>
          <AccountNumber>string</AccountNumber>
          <Fonction>string</Fonction>
          <EMail>string</EMail>
        </UserAccount>
        <UserCrmId xmlns="http://ibformation.fr/Services">string</UserCrmId>
        <InscriptionLunch xmlns="http://ibformation.fr/Services">boolean</InscriptionLunch>
        <IsSuperEtablissement xmlns="http://ibformation.fr/Services">boolean</IsSuperEtablissement>
        <CleCommande xmlns="http://ibformation.fr/Services">string</CleCommande>
      </User>
    </CreateTrainee>
  </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>
    <CreateTraineeResponse xmlns="http://ibformation.fr/">
      <traineeCrmId>string</traineeCrmId>
      <OperationResponse xmlns="http://ibformation.fr/Services/OperationResponse">
        <ErrorOrigin xmlns="http://ibformation.fr/Services">Unspecified or CustomerPlateform or BillingSystem</ErrorOrigin>
        <ErrorDetail xmlns="http://ibformation.fr/Services">string</ErrorDetail>
        <IsSuccessful xmlns="http://ibformation.fr/Services">boolean</IsSuccessful>
      </OperationResponse>
    </CreateTraineeResponse>
  </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 /EspaceClientService.asmx HTTP/1.1
Host: dataec.ib-formation.fr
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>
    <CreateTrainee xmlns="http://ibformation.fr/">
      <userCrmID>string</userCrmID>
      <etablissementID>string</etablissementID>
      <User xmlns="http://ibformation.fr/Services/Entities/Contact">
        <Civility xmlns="http://ibformation.fr/Services">string</Civility>
        <Name xmlns="http://ibformation.fr/Services">string</Name>
        <FirstName xmlns="http://ibformation.fr/Services">string</FirstName>
        <FullName xmlns="http://ibformation.fr/Services">string</FullName>
        <Fonction xmlns="http://ibformation.fr/Services">string</Fonction>
        <ClientType xmlns="http://ibformation.fr/Services">string</ClientType>
        <Adresse xmlns="http://ibformation.fr/Services">string</Adresse>
        <Adresse2 xmlns="http://ibformation.fr/Services">string</Adresse2>
        <Adresse3 xmlns="http://ibformation.fr/Services">string</Adresse3>
        <ZippCode xmlns="http://ibformation.fr/Services">string</ZippCode>
        <City xmlns="http://ibformation.fr/Services">string</City>
        <Country xmlns="http://ibformation.fr/Services">string</Country>
        <Mail xmlns="http://ibformation.fr/Services">string</Mail>
        <PersonalMail xmlns="http://ibformation.fr/Services">string</PersonalMail>
        <PhoneNumber xmlns="http://ibformation.fr/Services">string</PhoneNumber>
        <UserStatus xmlns="http://ibformation.fr/Services">string</UserStatus>
        <UserRole xmlns="http://ibformation.fr/Services">string</UserRole>
        <UserAccount xmlns="http://ibformation.fr/Services">
          <AccountName>string</AccountName>
          <Adresse>string</Adresse>
          <Adresse2>string</Adresse2>
          <Adresse3>string</Adresse3>
          <ZippCode>string</ZippCode>
          <City>string</City>
          <Country>string</Country>
          <IsPortal>boolean</IsPortal>
          <PhoneNumber>string</PhoneNumber>
          <SIRET>string</SIRET>
          <NafCode>string</NafCode>
          <EstablishmentEmployeeNumber>int</EstablishmentEmployeeNumber>
          <BusinessEmployeeNumber>int</BusinessEmployeeNumber>
          <ComputerScientistNumber>int</ComputerScientistNumber>
          <TrainingPeriod>string</TrainingPeriod>
          <AccountUsers>
            <Civility>string</Civility>
            <Name>string</Name>
            <FirstName>string</FirstName>
            <FullName>string</FullName>
            <Fonction>string</Fonction>
            <ClientType>string</ClientType>
            <Adresse>string</Adresse>
            <Adresse2>string</Adresse2>
            <Adresse3>string</Adresse3>
            <ZippCode>string</ZippCode>
            <City>string</City>
            <Country>string</Country>
            <Mail>string</Mail>
            <PersonalMail>string</PersonalMail>
            <PhoneNumber>string</PhoneNumber>
            <UserStatus>string</UserStatus>
            <UserRole>string</UserRole>
            <UserAccount xsi:nil="true" />
            <UserCrmId>string</UserCrmId>
            <InscriptionLunch>boolean</InscriptionLunch>
            <IsSuperEtablissement>boolean</IsSuperEtablissement>
            <CleCommande>string</CleCommande>
          </AccountUsers>
          <AccountUsers>
            <Civility>string</Civility>
            <Name>string</Name>
            <FirstName>string</FirstName>
            <FullName>string</FullName>
            <Fonction>string</Fonction>
            <ClientType>string</ClientType>
            <Adresse>string</Adresse>
            <Adresse2>string</Adresse2>
            <Adresse3>string</Adresse3>
            <ZippCode>string</ZippCode>
            <City>string</City>
            <Country>string</Country>
            <Mail>string</Mail>
            <PersonalMail>string</PersonalMail>
            <PhoneNumber>string</PhoneNumber>
            <UserStatus>string</UserStatus>
            <UserRole>string</UserRole>
            <UserAccount xsi:nil="true" />
            <UserCrmId>string</UserCrmId>
            <InscriptionLunch>boolean</InscriptionLunch>
            <IsSuperEtablissement>boolean</IsSuperEtablissement>
            <CleCommande>string</CleCommande>
          </AccountUsers>
          <AccountCrmId>string</AccountCrmId>
          <Comment>string</Comment>
          <OPCA>string</OPCA>
          <AccountNumber>string</AccountNumber>
          <Fonction>string</Fonction>
          <EMail>string</EMail>
        </UserAccount>
        <UserCrmId xmlns="http://ibformation.fr/Services">string</UserCrmId>
        <InscriptionLunch xmlns="http://ibformation.fr/Services">boolean</InscriptionLunch>
        <IsSuperEtablissement xmlns="http://ibformation.fr/Services">boolean</IsSuperEtablissement>
        <CleCommande xmlns="http://ibformation.fr/Services">string</CleCommande>
      </User>
    </CreateTrainee>
  </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>
    <CreateTraineeResponse xmlns="http://ibformation.fr/">
      <traineeCrmId>string</traineeCrmId>
      <OperationResponse xmlns="http://ibformation.fr/Services/OperationResponse">
        <ErrorOrigin xmlns="http://ibformation.fr/Services">Unspecified or CustomerPlateform or BillingSystem</ErrorOrigin>
        <ErrorDetail xmlns="http://ibformation.fr/Services">string</ErrorDetail>
        <IsSuccessful xmlns="http://ibformation.fr/Services">boolean</IsSuccessful>
      </OperationResponse>
    </CreateTraineeResponse>
  </soap12:Body>
</soap12:Envelope>