# Général

## Authentification

Les éléments suivants sont nécessaires à l’authentification depuis le Web-Service :

* Code abonné
* Identifiant
* Mot de passe

Ils sont également utilisés pour votre connexion au logiciel.

{% hint style="success" %}
Pour plus d’informations, merci de contacter notre support technique.
{% endhint %}

En option, vous pouvez également utiliser :

* Code Client Géré
* Nom Exercice

{% hint style="warning" %}
Important : les droits d’accès ne sont pas vérifiés dans le cadre de l’API. Si l’authentification est réalisée avec un accès non administrateur, il n’y a aucune restriction d’accès. C’est au programme appelant le Web-Service de redéfinir, s’il y a lieu, les limitations.
{% endhint %}

## Web-Service

Le Web-Service est accessible par l’URL suivante : <https://exe.dailybiz.com/idylisapi.asmx>

## XML

Certaines méthodes intègrent un paramètre XML mentionnant les données à insérer ou mettre à jour dans la base de données. La syntaxe du XML doit être la suivante :

```
<NOMTABLE>
            		<FICHE>
               		<CHAMP1></CHAMP1>
<CHAMP2></CHAMP2>
               		<CHAMP3></CHAMP3>
			.
			.
               		<NOMSOUSTABLE>
                    			<SOUSFICHE>
                        				<CHAMP1></CHAMP1>
                				<CHAMP2></CHAMP2>
	               	 		<CHAMP3></CHAMP3>
					.
					.
                   			</SOUSFICHE>
                    			<SOUSFICHE>
                        				<CHAMP1></CHAMP1>
                				<CHAMP2></CHAMP2>
	                			<CHAMP3></CHAMP3>
					.
					.
                    			</SOUSFICHE>
                		</NOMSOUSTABLE>
           		 </FICHE>
        	</NOMTABLE>

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dailybiz.com/index/dev-center-api-dev-center-api/manuel-dutilisation-api/general.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
