AccesMembreService
Cliquez ici pour une liste complète des opérations.
ModifierSalariePotentiel
Modification d'un salarie potentiel.
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 /accesmembreinfo.asmx HTTP/1.1 Host: accesmembreinfo.aptsq.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://aptsqlive.com/ModifierSalariePotentiel" <?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> <AuthHeader xmlns="http://aptsqlive.com"> <User>string</User> <Hash>string</Hash> <Date>dateTime</Date> <UsagerId>int</UsagerId> <PageId>int</PageId> <IPAdress>string</IPAdress> <IsWeb>boolean</IsWeb> <TraitementWeb>boolean</TraitementWeb> </AuthHeader> </soap:Header> <soap:Body> <ModifierSalariePotentiel xmlns="http://aptsqlive.com"> <salarie> <ID>int</ID> <NiveauOrganisme>string</NiveauOrganisme> <OrganismeID>string</OrganismeID> <Matricule>string</Matricule> <Nom>string</Nom> <Prenom>string</Prenom> <TitreEmploiID>int</TitreEmploiID> <CodePostal>string</CodePostal> <Adresse>string</Adresse> <Ville>string</Ville> <ProvinceID>int</ProvinceID> <PaysID>int</PaysID> <TelephonePersonel>string</TelephonePersonel> <CellulairePersonnel>string</CellulairePersonnel> <CourrielPersonnel>string</CourrielPersonnel> <TelephoneTravail>string</TelephoneTravail> <PosteTravail>string</PosteTravail> <CellulaireTravail>string</CellulaireTravail> <CourrielTravail>string</CourrielTravail> <LangueSalarie>string</LangueSalarie> <NePlusContacter>boolean</NePlusContacter> <MilitantAdverse>boolean</MilitantAdverse> <IntentionVote>int</IntentionVote> <Commentaires>string</Commentaires> <CommentraireCOMA>string</CommentraireCOMA> <IsPoteauAPTS>int</IsPoteauAPTS> <ModeSaisie>int</ModeSaisie> <Contact>string</Contact> <DateCreation>dateTime</DateCreation> <IdUsagerCreation>int</IdUsagerCreation> <DateModif>dateTime</DateModif> <IdUsagerModif>int</IdUsagerModif> <ChaineAllegeance>string</ChaineAllegeance> <ChaineModeSaisie>string</ChaineModeSaisie> </salarie> </ModifierSalariePotentiel> </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> <ModifierSalariePotentielResponse xmlns="http://aptsqlive.com"> <ModifierSalariePotentielResult>boolean</ModifierSalariePotentielResult> </ModifierSalariePotentielResponse> </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 /accesmembreinfo.asmx HTTP/1.1 Host: accesmembreinfo.aptsq.com 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> <AuthHeader xmlns="http://aptsqlive.com"> <User>string</User> <Hash>string</Hash> <Date>dateTime</Date> <UsagerId>int</UsagerId> <PageId>int</PageId> <IPAdress>string</IPAdress> <IsWeb>boolean</IsWeb> <TraitementWeb>boolean</TraitementWeb> </AuthHeader> </soap12:Header> <soap12:Body> <ModifierSalariePotentiel xmlns="http://aptsqlive.com"> <salarie> <ID>int</ID> <NiveauOrganisme>string</NiveauOrganisme> <OrganismeID>string</OrganismeID> <Matricule>string</Matricule> <Nom>string</Nom> <Prenom>string</Prenom> <TitreEmploiID>int</TitreEmploiID> <CodePostal>string</CodePostal> <Adresse>string</Adresse> <Ville>string</Ville> <ProvinceID>int</ProvinceID> <PaysID>int</PaysID> <TelephonePersonel>string</TelephonePersonel> <CellulairePersonnel>string</CellulairePersonnel> <CourrielPersonnel>string</CourrielPersonnel> <TelephoneTravail>string</TelephoneTravail> <PosteTravail>string</PosteTravail> <CellulaireTravail>string</CellulaireTravail> <CourrielTravail>string</CourrielTravail> <LangueSalarie>string</LangueSalarie> <NePlusContacter>boolean</NePlusContacter> <MilitantAdverse>boolean</MilitantAdverse> <IntentionVote>int</IntentionVote> <Commentaires>string</Commentaires> <CommentraireCOMA>string</CommentraireCOMA> <IsPoteauAPTS>int</IsPoteauAPTS> <ModeSaisie>int</ModeSaisie> <Contact>string</Contact> <DateCreation>dateTime</DateCreation> <IdUsagerCreation>int</IdUsagerCreation> <DateModif>dateTime</DateModif> <IdUsagerModif>int</IdUsagerModif> <ChaineAllegeance>string</ChaineAllegeance> <ChaineModeSaisie>string</ChaineModeSaisie> </salarie> </ModifierSalariePotentiel> </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> <ModifierSalariePotentielResponse xmlns="http://aptsqlive.com"> <ModifierSalariePotentielResult>boolean</ModifierSalariePotentielResult> </ModifierSalariePotentielResponse> </soap12:Body> </soap12:Envelope>