Update CustomerCopy Pagepost https://developer-api.bringg.com/services/i58jfu44/{service_uuid1}/{service_uuid2}Use to update a customer's details. NOTE: Use a customer object for the body parameter, see JSON examples below.Body Paramsidint32requiredThe Bringg ID of the customer. Must use this field or external_id.external_idstringrequiredYour system's ID for the customer. Must use either this field or id.addressstringThe address of this customer. Must be geolocated in Google Maps. The maximum length is 255 characters.address_second_linestringThe address second line of this customer, if needed. For example, "First floor" or "Apartment 1".allow_loginbooleanIndicates whether this customer can login. The values are: false or 0 - customer cannot login, true or 1 - customer can login.truefalseallow_sending_emailbooleanIndicates whether this customer allows email sharing. The values are: false or 0 - customer does not allow email sharing, true or 1 - customer allows email sharing.truefalseallow_sending_smsbooleanIndicates whether this customer allows SMS sharing.The values are: false or 0 - customer does not allow SMS sharing, true or 1 - customer allows SMS sharing.truefalseboroughstringThis customer's borough. This can also be used for any neighborhood or zone.citystringThis customer's city.confirmation_codestringThe confirmation code sent to this customer's phone for login verification.districtstringThis customer's district.emailstringThe email address of this customer. The default value is an empty string.house_numberstringThe house number of this customer.imagestringThe URL of an image associated with this customer.kindint32In any order, this indicates the type of location of the given waypoint. Options include: Customer address = 0, Warehouse = 1, Store location = 2, Locker = 3, Fulfillment center = 5languagestringThe language setting from this customer's app. This is a 2-letter code, for example "en" for English or "fr" for French. Note: This may be different than the company's default language.latfloatThe latitude of this customer's address.lngfloatThe longitude of this customer's address.namestringThe name of this customer. The maximum length is 255 letters.has_parking_areabooleanIndicates whether there is a loading/unloading zone at the destination.truefalsephonestringThe phone number of this customer.rankint32Gives priority between customers when using Route Optimization or AutoDispatch. null is the lowest rank, 1 is the highest rank (for example rank null < rank 3 < rank 2 < rank 1). 0 in not accepted.statestringThis customer's state.streetstringThis customer's street.team_idsstringAn array of the team id's for the teams responsible for delivery to this customer.zipcodestringThis customer's ZIP Code. The default value is null.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 200200 400400Updated 11 months ago