Updating a customerAsk AIput https://api.processout.com/customers/{customer_id}Path Paramscustomer_idstringrequiredID of your customerBody Paramsfirst_namestringFirst name of the customer.Maximum 80 characters longlast_namestringLast name of the customer.Maximum 80 characters longemailstringCustomer’s email address.Must be a valid emailaddress1stringFirst line of the customer’s address.Maximum 80 characters longaddress2stringSecond line of the customer’s address.Maximum 80 characters longcitystringCity of the customer’s address.Maximum 80 characters longstatestringState or county of the customer’s address.Maximum 80 characters longzipstringZIP code of the customer’s address.Maximum 16 characters longcountry_codestringCountry code of the customer's address (US, FR...).Must be a valid ISO 3166 country code with 2 charactersphoneobjectPhone number of the customer.phone objectlegal_documentstringLegal document number (required in some countries).Maximum 255 characters long; example for a CPF document in Brazil: 853.513.468-93ip_addressstringIP address of the customer.Must be a valid IPv4 or IPv6 addresssexstringSex of the customer. Can be male or female.date_of_birthdateCustomer’s date of birth.RFC1123 date or timestampis_businessbooleanDenotes whether or not the customer represents a business.registered_atdateDate when the customer was registered on your platform. This defaults to the same date as created_at if you omit it.RFC1123 date or timestampHeadersIdempotency-KeystringUnique key to your request that will be used for idempotencyResponses 200200 400400 401401 404404 4XX4XXUpdated 6 months ago