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}
Path Params
int32
required

Unique identifier representing a customer

Body Params
int32
required

Unique identifier representing a company

string

Name of customer

string

Address of customer

string

Extra information about the address e.g. floor #, apartment #

string

Phone of customer

string

E-mail of customer

double

Latitude component of customer location

double

Longitude component of customer location

string

Customer external ID

string

Confirmation code for the customer

string

Access token of customer for a login process

boolean
Defaults to true

Allows to opt out of email sharing for customer

boolean
Defaults to true

Allows to opt out of phone sharing for customer

string

2-letter language code e.g. "en", "fr". Used to set the language in which the Customer App appears (if you want it to be different from the merchant account default)

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json