EspaceClientService
Cliquez ici pour une liste complète des opérations.
GetUserInfo
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: preprod.dataec.ib-formation.fr Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://ibformation.fr/GetUserInfo" <?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> <GetUserInfo xmlns="http://ibformation.fr/"> <userCrmID>string</userCrmID> <etablissementID>string</etablissementID> <usertype>Contact or Stagiaire or Account</usertype> </GetUserInfo> </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> <GetUserInfoResponse xmlns="http://ibformation.fr/"> <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> <Account xmlns="http://ibformation.fr/Services/Entities/Contact"> <AccountName xmlns="http://ibformation.fr/Services">string</AccountName> <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> <IsPortal xmlns="http://ibformation.fr/Services">boolean</IsPortal> <PhoneNumber xmlns="http://ibformation.fr/Services">string</PhoneNumber> <SIRET xmlns="http://ibformation.fr/Services">string</SIRET> <NafCode xmlns="http://ibformation.fr/Services">string</NafCode> <EstablishmentEmployeeNumber xmlns="http://ibformation.fr/Services">int</EstablishmentEmployeeNumber> <BusinessEmployeeNumber xmlns="http://ibformation.fr/Services">int</BusinessEmployeeNumber> <ComputerScientistNumber xmlns="http://ibformation.fr/Services">int</ComputerScientistNumber> <TrainingPeriod xmlns="http://ibformation.fr/Services">string</TrainingPeriod> <AccountUsers xmlns="http://ibformation.fr/Services"> <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> <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 xsi:nil="true" /> <AccountUsers xsi:nil="true" /> <AccountCrmId>string</AccountCrmId> <Comment>string</Comment> <OPCA>string</OPCA> <AccountNumber>string</AccountNumber> <Fonction>string</Fonction> <EMail>string</EMail> </UserAccount> <UserCrmId>string</UserCrmId> <InscriptionLunch>boolean</InscriptionLunch> <IsSuperEtablissement>boolean</IsSuperEtablissement> <CleCommande>string</CleCommande> </AccountUsers> <AccountUsers xmlns="http://ibformation.fr/Services"> <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> <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 xsi:nil="true" /> <AccountUsers xsi:nil="true" /> <AccountCrmId>string</AccountCrmId> <Comment>string</Comment> <OPCA>string</OPCA> <AccountNumber>string</AccountNumber> <Fonction>string</Fonction> <EMail>string</EMail> </UserAccount> <UserCrmId>string</UserCrmId> <InscriptionLunch>boolean</InscriptionLunch> <IsSuperEtablissement>boolean</IsSuperEtablissement> <CleCommande>string</CleCommande> </AccountUsers> <AccountCrmId xmlns="http://ibformation.fr/Services">string</AccountCrmId> <Comment xmlns="http://ibformation.fr/Services">string</Comment> <OPCA xmlns="http://ibformation.fr/Services">string</OPCA> <AccountNumber xmlns="http://ibformation.fr/Services">string</AccountNumber> <Fonction xmlns="http://ibformation.fr/Services">string</Fonction> <EMail xmlns="http://ibformation.fr/Services">string</EMail> </Account> <Trader xmlns="http://ibformation.fr/Services/Entities/Contact"> <Name xmlns="http://ibformation.fr/Services">string</Name> <FirstName xmlns="http://ibformation.fr/Services">string</FirstName> <Mail xmlns="http://ibformation.fr/Services">string</Mail> <Adresse1 xmlns="http://ibformation.fr/Services">string</Adresse1> <Adresse2 xmlns="http://ibformation.fr/Services">string</Adresse2> <Adresse3 xmlns="http://ibformation.fr/Services">string</Adresse3> <City xmlns="http://ibformation.fr/Services">string</City> <ZipCode xmlns="http://ibformation.fr/Services">string</ZipCode> <State xmlns="http://ibformation.fr/Services">string</State> <PhoneNumber xmlns="http://ibformation.fr/Services">string</PhoneNumber> <UserCrmID xmlns="http://ibformation.fr/Services">string</UserCrmID> <TraderAccounts 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> </TraderAccounts> <TraderAccounts 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> </TraderAccounts> </Trader> <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> </GetUserInfoResponse> </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: preprod.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> <GetUserInfo xmlns="http://ibformation.fr/"> <userCrmID>string</userCrmID> <etablissementID>string</etablissementID> <usertype>Contact or Stagiaire or Account</usertype> </GetUserInfo> </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> <GetUserInfoResponse xmlns="http://ibformation.fr/"> <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> <Account xmlns="http://ibformation.fr/Services/Entities/Contact"> <AccountName xmlns="http://ibformation.fr/Services">string</AccountName> <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> <IsPortal xmlns="http://ibformation.fr/Services">boolean</IsPortal> <PhoneNumber xmlns="http://ibformation.fr/Services">string</PhoneNumber> <SIRET xmlns="http://ibformation.fr/Services">string</SIRET> <NafCode xmlns="http://ibformation.fr/Services">string</NafCode> <EstablishmentEmployeeNumber xmlns="http://ibformation.fr/Services">int</EstablishmentEmployeeNumber> <BusinessEmployeeNumber xmlns="http://ibformation.fr/Services">int</BusinessEmployeeNumber> <ComputerScientistNumber xmlns="http://ibformation.fr/Services">int</ComputerScientistNumber> <TrainingPeriod xmlns="http://ibformation.fr/Services">string</TrainingPeriod> <AccountUsers xmlns="http://ibformation.fr/Services"> <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> <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 xsi:nil="true" /> <AccountUsers xsi:nil="true" /> <AccountCrmId>string</AccountCrmId> <Comment>string</Comment> <OPCA>string</OPCA> <AccountNumber>string</AccountNumber> <Fonction>string</Fonction> <EMail>string</EMail> </UserAccount> <UserCrmId>string</UserCrmId> <InscriptionLunch>boolean</InscriptionLunch> <IsSuperEtablissement>boolean</IsSuperEtablissement> <CleCommande>string</CleCommande> </AccountUsers> <AccountUsers xmlns="http://ibformation.fr/Services"> <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> <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 xsi:nil="true" /> <AccountUsers xsi:nil="true" /> <AccountCrmId>string</AccountCrmId> <Comment>string</Comment> <OPCA>string</OPCA> <AccountNumber>string</AccountNumber> <Fonction>string</Fonction> <EMail>string</EMail> </UserAccount> <UserCrmId>string</UserCrmId> <InscriptionLunch>boolean</InscriptionLunch> <IsSuperEtablissement>boolean</IsSuperEtablissement> <CleCommande>string</CleCommande> </AccountUsers> <AccountCrmId xmlns="http://ibformation.fr/Services">string</AccountCrmId> <Comment xmlns="http://ibformation.fr/Services">string</Comment> <OPCA xmlns="http://ibformation.fr/Services">string</OPCA> <AccountNumber xmlns="http://ibformation.fr/Services">string</AccountNumber> <Fonction xmlns="http://ibformation.fr/Services">string</Fonction> <EMail xmlns="http://ibformation.fr/Services">string</EMail> </Account> <Trader xmlns="http://ibformation.fr/Services/Entities/Contact"> <Name xmlns="http://ibformation.fr/Services">string</Name> <FirstName xmlns="http://ibformation.fr/Services">string</FirstName> <Mail xmlns="http://ibformation.fr/Services">string</Mail> <Adresse1 xmlns="http://ibformation.fr/Services">string</Adresse1> <Adresse2 xmlns="http://ibformation.fr/Services">string</Adresse2> <Adresse3 xmlns="http://ibformation.fr/Services">string</Adresse3> <City xmlns="http://ibformation.fr/Services">string</City> <ZipCode xmlns="http://ibformation.fr/Services">string</ZipCode> <State xmlns="http://ibformation.fr/Services">string</State> <PhoneNumber xmlns="http://ibformation.fr/Services">string</PhoneNumber> <UserCrmID xmlns="http://ibformation.fr/Services">string</UserCrmID> <TraderAccounts 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> </TraderAccounts> <TraderAccounts 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> </TraderAccounts> </Trader> <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> </GetUserInfoResponse> </soap12:Body> </soap12:Envelope>