Multitech FF830 Guide de l'utilisateur Page 102

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 151
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 101
Appendix B: Customization
Multi-Tech Systems, Inc. FaxFinder Admin User Guide 102
Deleting Contacts
A contact can be removed by sending a DELETE request to the contact URL found in a contact_url
element. The contact associated with that URL will be removed.
HTTP Request line:
DELETE /ffws/v1/contacts/USERNAME/id HTTP/1.0
HTTP Response Status Codes:
200 OK
Deleted
403 Forbidden
Authenticated user does not have permission to change data associated with
username.
404 Not Found
No user found with that username.
Example:
DELETE /ffws/v1/contacts/admin/6 HTTP/1.0
content-type: application/xml
authorization: Basic YWRtaW46YWRtaW4=
-----------------------------------
HTTP/1.1 200 OK
content-type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<response>
<message>Deleted</message>
</response>
Vue de la page 101
1 2 ... 97 98 99 100 101 102 103 104 105 106 107 ... 150 151

Commentaires sur ces manuels

Pas de commentaire