Permet de trouver l'occurrence d'un article dans une cartographie en retournant des cartographies dans laquelle l'article demandé apparaît
L'action pour trouver l'occurrence d'un article : INTERROGER_CARTO
Les balises
Balise | Contenu | Obligatoire | Remarques |
---|---|---|---|
Ref | Code article | OUI | |
Sref1 | Sous-référence1 article | Non | |
Sref2 | Sous-référence 2 article | Non | |
UsageCarto | '1' pour vente, '2' pour achat | Oui | |
TypCarto | '1' pour substitution, '2' pour complémentaire | Non |
Balise | Niveau | Contenu | Obligatoire | Remarques |
---|---|---|---|---|
<dem> | 1 | Ouverture demande | OUI | |
<action dos="998" nom="INTERROGER_CARTO"> | 1 | Liste des champs de l'évènement sous la forme nomduchamp = valeur | OUI | Au moins les champs obligatoires d'un évènement |
<ref>ALB0001</ref> | 2 | |||
<UsageCarto>1</UsageCarto> | 2 | |||
<TypCarto>1</TypCarto> | 2 | |||
</action> | 1 | Fermeture action | ||
</dem> | 1 | Fermeture demande |
Exemple complet flux XML
<?xml version="1.0" encoding="UTF-8" ?> <dem> <action dos="998" nom="INTERROGER_CARTO" user="DEMO"> </action> </dem>
Format de la réponse :
Balise | Contenu |
---|---|
Aucune |
Exemple de réponse
XML REPONSE SW
<?xml version="1.0" encording="ISO-8859-1"?> <rep version="1"> <action dos="998" nom="interroger_carto"/> </rep> </action> <CARTOGRAPHIES> <CARTO Lib_Carto="fgsdfg">TTEST</> <ASSOR Niv="2" Lib_Assor="fdghfgh">DEMO</ASSOR> <ART>%MATCH%</ART> <ART>BLO0001</ART> <ASSOR Niv="1" Lib_Assor="fddghfgh" >DEMO</ASSOR> <ART>%MATCH%</ART> <ART>BLO0001</ART> </CARTO> </CARTHOGRAPHIES>