Lien Rechercher Menu Deplier Document

Modifier un client

PATCH /firms/FIRM_ID/customers/ID.json

Mise à jour d’un client existant.

Requête

curl -i -S -u IdentifiantApi:CleApi -H 'User-Agent: MonApp (patrick@camping.test)' \
-H 'Content-Type: application/json; charset=utf-8' \
-X PATCH -d '{"company_name":"A big company","email":"boss@bigcompany.com"}' \
"https://www.facturation.pro/firms/FIRM_ID/customers/ID.json"

Réponse

Status: 200 OK

(c) Facturation.PRO • API et webservices de facturation en ligne et de gestion commerciale pour auto-entreprise, TPE et PME.