POST AffichePatient
Fonction de demande d'affichage d'un patient à partir du système téléphonique ReseauTel.
Paramètres reçus
- Clé de l'API
- Code de poste téléphonique ReseauTel correspondant au poste Opti-Pro concerné par la demande d'affichage
- Numéro de téléphone du patient concerné par la demande d'affichage
1 Valeur retournée (integer) :
0 - Demande d'affichage inscrite avec succès
1 - Erreur lors de l'inscription de la demande
2 - Code de poste invalide
3 - No de téléphone inexistant dans Opti-Pro
POST: /AffichePatient
Request Information
URI Parameters
None.
Body Parameters
AffichePatientRequestName | Description | Type | Additional information |
---|---|---|---|
ApiCode |
Clé API Opti-Pro |
string |
None. |
CodePosteTel |
CodePosteTel: Code de poste téléphonique ReseauTel correspondant au poste Opti-Pro concerné par la demande d'affichage |
string |
None. |
NoTelPatient |
NoTelPatient: Numéro de téléphone du patient concerné par la demande d'affichage |
string |
None. |
Request Formats
application/json, text/json
{ "ApiCode": "sample string 1", "CodePosteTel": "sample string 2", "NoTelPatient": "sample string 3" }
application/xml, text/xml
<AffichePatientRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WsOptiPro"> <ApiCode>sample string 1</ApiCode> <CodePosteTel>sample string 2</CodePosteTel> <NoTelPatient>sample string 3</NoTelPatient> </AffichePatientRequest>
application/x-www-form-urlencoded
Response Information
Resource Description
integerResponse Formats
application/json, text/json
1
application/xml, text/xml
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>