Update Customer
POST {{BaseUrl}}/v1/api/customer/{{CustomerId}}/update
Request Body
{"Email"=>"{{$randomEmail}}", "FirstName"=>"{{$randomFirstName}}", "LastName"=>"{{$randomLastName}}", "DocNumber"=>12345672, "DocumentTypeId"=>2, "PhoneNumber"=>"{{$randomPhoneNumber}}", "BillingAddress"=>{"AddressType"=>1, "Country"=>"{{$randomCountry}}", "State"=>"{{$randomCity}}", "City"=>"{{$randomCity}}", "AddressDetail"=>"{{$randomStreetName}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | Basic + Key privada dada por BambooPayment | |
Content-Type | string |