Update Customer

Update a Customer

The Update Customer endpoint can modify each and every attribute of an existing customer.

curl --include \
     --request PATCH \
     --header "Content-Type: application/json" \
     --data-binary "{ \"company_id\": 1, \"name\": \"Ralph M. Anderson\", \"email\": \"[email protected]\", \"address\": \"3895 Ray Court Pinehurst, NC 28374\", \"phone\": \"910-295-9731\", \"access_token\":\"K2Pxkwvx6-3PtW44zvEV\", \"signature\":\"db00061fa75f869c968f72d48449e457ae06959a\"}" \
https://api.bringg.com/partner_api/customers/{id}
Language